#c6aef4

Color #C6AEF4 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C6AEF4

Tints of Melrose #C6AEF4

Color information

#C6AEF4 (or 0xC6AEF4) is unknown color: approx Melrose. HEX triplet: C6, AE and F4. RGB value is (198,174,244). Sum of RGB (Red+Green+Blue) = 198+174+244=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #C6AEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEF4 is #39510B. Grayscale: #BCBCBC. Windows color (decimal): -3756300 or 16035526. OLE color: 16035526.

HSL color Cylindrical-coordinate representation of color #C6AEF4: hue angle of 260.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6AEF4 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198174244-
CMYK0.190.2900.04
HSL260.57º76.09%81.96%-
HSV(B)260.57º28.69%95.69%-
XYZ54.7548.8192.12-
YUV189.16158.95134.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 32.14%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 244 (95.70% from 255) = 39.61%
R=32.14%
G=28.25%
B=39.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981742440.190.2900.04260.5776.0981.96
HexC6AEF4131D041054c52
Octal306256364233504405114122
Binary1100011010101110111101001001111101010010000010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6aef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6aef4; }

 p { color: rgb(198,174,244); }

 H1.HeaderClassName
 {
   color: #c6aef4;
 }
 .AnyTagClassName
 {
   color: #c6aef4;
 }
</style>
background-color css

<style>
 a { background-color: #c6aef4; }

 a { background-color: rgb(198,174,244); }

 div.DivClassName
 {
   background-color: #c6aef4;
 }
 .BgClassName
 {
   background-color: #c6aef4;
 }
</style>
border-color css

<style>
 span { border-color: #c6aef4; }

 span { border-color: rgb(198,174,244); }

 td.TdClassName
 {
   border-color: #c6aef4;
 }
 .TagClassName
 {
   border-color: #c6aef4;
 }
</style>