Html Css Color HEX #C6B9EB Melrose

📋 copy color: '#C6B9EB'

red 198 ◦ green 185 ◦ blue 235

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

Shades of Melrose #C6B9EB

Tints of Melrose #C6B9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 32.04%
G = 29.94%
B = 38.03%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6B9EB (or 0xC6B9EB) is known color: Melrose. HEX triplet: C6, B9 and EB. RGB value is (198,185,235). Sum of RGB (Red+Green+Blue) = 198+185+235=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9EB is #394614. Grayscale: #C2C2C2. Windows color (decimal): -3753493 or 15448518. OLE color: 15448518.

HSL color Cylindrical-coordinate representation of color #C6B9EB: hue angle of 255.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6B9EB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 185 235 -
CMYK 0.16 0.21 0 0.08
HSL 255.6º 0.56% 0.82% -
HSV(B) 255.6º 0.21% 0.92% -
XYZ 55.63 52.7 85.84 -
YUV 194.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 198 185 235 0.16 0.21 0 0.08 255.6 0.56 0.82
Hex C6 B9 EB 10 15 0 8 100 38 52
Octal 306 271 353 20 25 0 10 400 70 122
Binary 11000110 10111001 11101011 10000 10101 0 1000 100000000 111000 1010010

Color Harmonies of #C6B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B9EB

Black with #C6B9EB

Text Example


Text Example

White with #C6B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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