#C6C0EF

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

Shades of Melrose #C6C0EF

Tints of Melrose #C6C0EF

Color information

#C6C0EF (or 0xC6C0EF) is unknown color: approx Melrose. HEX triplet: C6, C0 and EF. RGB value is (198,192,239). Sum of RGB (Red+Green+Blue) = 198+192+239=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C0EF is #393F10. Grayscale: #C6C6C6. Windows color (decimal): -3751697 or 15712454. OLE color: 15712454.

HSL color Cylindrical-coordinate representation of color #C6C0EF: hue angle of 247.66º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6C0EF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198192239-
CMYK0.170.2000.06
HSL247.66º59.49%84.51%-
HSV(B)247.66º19.67%93.73%-
XYZ57.7255.9489.42-
YUV199.15150.49127.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.48%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=31.48%
G=30.52%
B=38.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981922390.170.2000.06247.6659.4984.51
HexC6C0EF111406f83b55
Octal30630035721240637073125
Binary11000110110000001110111110001101000110111110001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0EF; }

 p { color: rgb(198,192,239); }

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

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

 a { background-color: rgb(198,192,239); }

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

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

 span { border-color: rgb(198,192,239); }

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