#C6B3EA

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

Shades of Melrose #C6B3EA

Tints of Melrose #C6B3EA

Color information

#C6B3EA (or 0xC6B3EA) is unknown color: approx Melrose. HEX triplet: C6, B3 and EA. RGB value is (198,179,234). Sum of RGB (Red+Green+Blue) = 198+179+234=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B3EA is #394C15. Grayscale: #BEBEBE. Windows color (decimal): -3755030 or 15381446. OLE color: 15381446.

HSL color Cylindrical-coordinate representation of color #C6B3EA: hue angle of 260.73º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6B3EA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198179234-
CMYK0.150.2400.08
HSL260.73º56.7%80.98%-
HSV(B)260.73º23.5%91.76%-
XYZ54.2650.1984.67-
YUV190.95152.29133.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 179 (70.31% from 255) = 29.30%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=32.41%
G=29.30%
B=38.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981792340.150.2400.08260.7356.780.98
HexC6B3EAF18081053951
Octal306263352173001040571121
Binary110001101011001111101010111111000010001000001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B3EA; }

 p { color: rgb(198,179,234); }

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

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

 a { background-color: rgb(198,179,234); }

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

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

 span { border-color: rgb(198,179,234); }

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