Html Css Color HEX #C6B1EE Melrose

📋 copy color: '#C6B1EE'

red 198 ◦ green 177 ◦ blue 238

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

Shades of Melrose #C6B1EE

Tints of Melrose #C6B1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.87%

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 32.3%
G = 28.87%
B = 38.83%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6B1EE (or 0xC6B1EE) is known color: Melrose. HEX triplet: C6, B1 and EE. RGB value is (198,177,238). Sum of RGB (Red+Green+Blue) = 198+177+238=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B1EE is #394E11. Grayscale: #BEBEBE. Windows color (decimal): -3755538 or 15643078. OLE color: 15643078.

HSL color Cylindrical-coordinate representation of color #C6B1EE: hue angle of 260.66º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6B1EE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 177 238 -
CMYK 0.17 0.26 0 0.07
HSL 260.66º 0.64% 0.81% -
HSV(B) 260.66º 0.26% 0.93% -
XYZ 54.44 49.62 87.6 -
YUV 190.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 198 177 238 0.17 0.26 0 0.07 260.66 0.64 0.81
Hex C6 B1 EE 11 1A 0 7 105 40 51
Octal 306 261 356 21 32 0 7 405 100 121
Binary 11000110 10110001 11101110 10001 11010 0 111 100000101 1000000 1010001

Color Harmonies of #C6B1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B1EE

Black with #C6B1EE

Text Example


Text Example

White with #C6B1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B1EE; }

 p { color: rgb(198,177,238); }

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

background-color css

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

 a { background-color: rgb(198,177,238); }

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

border-color css

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

 span { border-color: rgb(198,177,238); }

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