#C6B4E6

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

Shades of Melrose #C6B4E6

Tints of Melrose #C6B4E6

Color information

#C6B4E6 (or 0xC6B4E6) is unknown color: approx Melrose. HEX triplet: C6, B4 and E6. RGB value is (198,180,230). Sum of RGB (Red+Green+Blue) = 198+180+230=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6B4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B4E6 is #394B19. Grayscale: #BEBEBE. Windows color (decimal): -3754778 or 15119558. OLE color: 15119558.

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

Color convert

RGB198180230-
CMYK0.140.2200.10
HSL261.6º50%80.39%-
HSV(B)261.6º21.74%90.2%-
XYZ53.8950.3681.74-
YUV191.08149.96132.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.57%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 230 (90.23% from 255) = 37.83%
R=32.57%
G=29.61%
B=37.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981802300.140.2200.10261.65080.39
HexC6B4E6E160A1063250
Octal306264346162601240662120
Binary110001101011010011100110111010110010101000001101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B4E6; }

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

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

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

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

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

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

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

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