#C6B2F6

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

Shades of Melrose #C6B2F6

Tints of Melrose #C6B2F6

Color information

#C6B2F6 (or 0xC6B2F6) is unknown color: approx Melrose. HEX triplet: C6, B2 and F6. RGB value is (198,178,246). Sum of RGB (Red+Green+Blue) = 198+178+246=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6B2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B2F6 is #394D09. Grayscale: #BFBFBF. Windows color (decimal): -3755274 or 16167622. OLE color: 16167622.

HSL color Cylindrical-coordinate representation of color #C6B2F6: hue angle of 257.65º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6B2F6 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198178246-
CMYK0.200.2800.04
HSL257.65º79.07%83.14%-
HSV(B)257.65º27.64%96.47%-
XYZ55.8450.593.99-
YUV191.73158.63132.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.83%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=31.83%
G=28.62%
B=39.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981782460.200.2800.04257.6579.0783.14
HexC6B2F6141C041024f53
Octal306262366243404402117123
Binary1100011010110010111101101010011100010010000001010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B2F6; }

 p { color: rgb(198,178,246); }

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

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

 a { background-color: rgb(198,178,246); }

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

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

 span { border-color: rgb(198,178,246); }

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