Html Css Color HEX #C6B7F6 Melrose

📋 copy color: '#C6B7F6'

red 198 ◦ green 183 ◦ blue 246

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

Shades of Melrose #C6B7F6

Tints of Melrose #C6B7F6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.19%

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

R = 31.58%
G = 29.19%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C6B7F6 (or 0xC6B7F6) is known color: Melrose. HEX triplet: C6, B7 and F6. RGB value is (198,183,246). Sum of RGB (Red+Green+Blue) = 198+183+246=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #C6B7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B7F6 is #394809. Grayscale: #C2C2C2. Windows color (decimal): -3753994 or 16168902. OLE color: 16168902.

HSL color Cylindrical-coordinate representation of color #C6B7F6: hue angle of 254.29º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6B7F6 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 183 246 -
CMYK 0.20 0.26 0 0.04
HSL 254.29º 0.78% 0.84% -
HSV(B) 254.29º 0.26% 0.96% -
XYZ 56.86 52.53 94.33 -
YUV 194.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 198 183 246 0.20 0.26 0 0.04 254.29 0.78 0.84
Hex C6 B7 F6 14 1A 0 4 FE 4E 54
Octal 306 267 366 24 32 0 4 376 116 124
Binary 11000110 10110111 11110110 10100 11010 0 100 11111110 1001110 1010100

Color Harmonies of #C6B7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B7F6

Black with #C6B7F6

Text Example


Text Example

White with #C6B7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B7F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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