Html Css Color HEX #C6B5EA Melrose

📋 copy color: '#C6B5EA'

red 198 ◦ green 181 ◦ blue 234

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

Shades of Melrose #C6B5EA

Tints of Melrose #C6B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.53%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 32.3%
G = 29.53%
B = 38.17%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6B5EA (or 0xC6B5EA) is known color: Melrose. HEX triplet: C6, B5 and EA. RGB value is (198,181,234). Sum of RGB (Red+Green+Blue) = 198+181+234=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6B5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5EA is #394A15. Grayscale: #BFBFBF. Windows color (decimal): -3754518 or 15381958. OLE color: 15381958.

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

Color convert

RGB 198 181 234 -
CMYK 0.15 0.23 0 0.08
HSL 259.25º 0.56% 0.81% -
HSV(B) 259.25º 0.23% 0.92% -
XYZ 54.66 50.99 84.8 -
YUV 192.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 198 181 234 0.15 0.23 0 0.08 259.25 0.56 0.81
Hex C6 B5 EA F 17 0 8 103 38 51
Octal 306 265 352 17 27 0 10 403 70 121
Binary 11000110 10110101 11101010 1111 10111 0 1000 100000011 111000 1010001

Color Harmonies of #C6B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B5EA

Black with #C6B5EA

Text Example


Text Example

White with #C6B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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