#C6B5EF

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

Shades of Melrose #C6B5EF

Tints of Melrose #C6B5EF

Color information

#C6B5EF (or 0xC6B5EF) is unknown color: approx Melrose. HEX triplet: C6, B5 and EF. RGB value is (198,181,239). Sum of RGB (Red+Green+Blue) = 198+181+239=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5EF is #394A10. Grayscale: #C0C0C0. Windows color (decimal): -3754513 or 15709638. OLE color: 15709638.

HSL color Cylindrical-coordinate representation of color #C6B5EF: hue angle of 257.59º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6B5EF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198181239-
CMYK0.170.2400.06
HSL257.59º64.44%82.35%-
HSV(B)257.59º24.27%93.73%-
XYZ55.3951.2988.64-
YUV192.7154.13131.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.04%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=32.04%
G=29.29%
B=38.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981812390.170.2400.06257.5964.4482.35
HexC6B5EF1118061024052
Octal306265357213006402100122
Binary1100011010110101111011111000111000011010000001010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B5EF; }

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

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

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

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

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

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

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

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