Html Css Color HEX #C6ABF6 Melrose

📋 copy color: '#C6ABF6'

red 198 ◦ green 171 ◦ blue 246

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

Shades of Melrose #C6ABF6

Tints of Melrose #C6ABF6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.8%

 BLUE value IS 246 (96.48% from 255) = 40%

R = 32.2%
G = 27.8%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C6ABF6 (or 0xC6ABF6) is known color: Melrose. HEX triplet: C6, AB and F6. RGB value is (198,171,246). Sum of RGB (Red+Green+Blue) = 198+171+246=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABF6 is #395409. Grayscale: #BBBBBB. Windows color (decimal): -3757066 or 16165830. OLE color: 16165830.

HSL color Cylindrical-coordinate representation of color #C6ABF6: hue angle of 261.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6ABF6 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 171 246 -
CMYK 0.20 0.30 0 0.04
HSL 261.6º 0.81% 0.82% -
HSV(B) 261.6º 0.3% 0.96% -
XYZ 54.49 47.79 93.54 -
YUV 187.62 160.95 135.4 -
System Red Green Blue C M Y K H S L
Decimal 198 171 246 0.20 0.30 0 0.04 261.6 0.81 0.82
Hex C6 AB F6 14 1E 0 4 106 51 52
Octal 306 253 366 24 36 0 4 406 121 122
Binary 11000110 10101011 11110110 10100 11110 0 100 100000110 1010001 1010010

Color Harmonies of #C6ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABF6

Black with #C6ABF6

Text Example


Text Example

White with #C6ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABF6; }

 p { color: rgb(198,171,246); }

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

background-color css

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

 a { background-color: rgb(198,171,246); }

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

border-color css

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

 span { border-color: rgb(198,171,246); }

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