#C6B6E6

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

Shades of Melrose #C6B6E6

Tints of Melrose #C6B6E6

Color information

#C6B6E6 (or 0xC6B6E6) is unknown color: approx Melrose. HEX triplet: C6, B6 and E6. RGB value is (198,182,230). Sum of RGB (Red+Green+Blue) = 198+182+230=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6E6 is #394919. Grayscale: #C0C0C0. Windows color (decimal): -3754266 or 15120070. OLE color: 15120070.

HSL color Cylindrical-coordinate representation of color #C6B6E6: hue angle of 260º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6B6E6 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198182230-
CMYK0.140.2100.10
HSL260º48.98%80.78%-
HSV(B)260º20.87%90.2%-
XYZ54.351.1781.88-
YUV192.26149.3132.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.46%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=32.46%
G=29.84%
B=37.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981822300.140.2100.1026048.9880.78
HexC6B6E6E150A1043151
Octal306266346162501240461121
Binary110001101011011011100110111010101010101000001001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B6E6; }

 p { color: rgb(198,182,230); }

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

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

 a { background-color: rgb(198,182,230); }

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

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

 span { border-color: rgb(198,182,230); }

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