Html Css Color HEX #C6B9EC Melrose

📋 copy color: '#C6B9EC'

red 198 ◦ green 185 ◦ blue 236

#C6B9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C6B9EC

Tints of Melrose #C6B9EC

RGB

 RED value IS 198 (77.73% from 255) = 31.99%

 GREEN value IS 185 (72.66% from 255) = 29.89%

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 31.99%
G = 29.89%
B = 38.13%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6B9EC (or 0xC6B9EC) is known color: Melrose. HEX triplet: C6, B9 and EC. RGB value is (198,185,236). Sum of RGB (Red+Green+Blue) = 198+185+236=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9EC is #394613. Grayscale: #C2C2C2. Windows color (decimal): -3753492 or 15514054. OLE color: 15514054.

HSL color Cylindrical-coordinate representation of color #C6B9EC: hue angle of 255.29º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6B9EC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 185 236 -
CMYK 0.16 0.22 0 0.07
HSL 255.29º 0.57% 0.83% -
HSV(B) 255.29º 0.22% 0.93% -
XYZ 55.78 52.76 86.6 -
YUV 194.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 198 185 236 0.16 0.22 0 0.07 255.29 0.57 0.83
Hex C6 B9 EC 10 16 0 7 FF 39 53
Octal 306 271 354 20 26 0 7 377 71 123
Binary 11000110 10111001 11101100 10000 10110 0 111 11111111 111001 1010011

Color Harmonies of #C6B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B9EC

Black with #C6B9EC

Text Example


Text Example

White with #C6B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B9EC; }

 p { color: rgb(198,185,236); }

 H1.HeaderClassName
 {
   color: #C6B9EC;
 }
 .AnyTagClassName
 {
   color: #C6B9EC;
 }
</style>

background-color css

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

 a { background-color: rgb(198,185,236); }

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

border-color css

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

 span { border-color: rgb(198,185,236); }

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