Html Css Color HEX #6C5476 Affair

📋 copy color: '#6C5476'

red 108 ◦ green 84 ◦ blue 118

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

Shades of Affair #6C5476

Tints of Affair #6C5476

RGB

 RED value IS 108 (42.58% from 255) = 34.84%

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 34.84%
G = 27.1%
B = 38.06%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C5476 (or 0x6C5476) is known color: Affair. HEX triplet: 6C, 54 and 76. RGB value is (108,84,118). Sum of RGB (Red+Green+Blue) = 108+84+118=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C5476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5476 is #93AB89. Grayscale: #5E5E5E. Windows color (decimal): -9677706 or 7754860. OLE color: 7754860.

HSL color Cylindrical-coordinate representation of color #6C5476: hue angle of 282.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C5476 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 84 118 -
CMYK 0.08 0.29 0 0.54
HSL 282.35º 0.17% 0.4% -
HSV(B) 282.35º 0.29% 0.46% -
XYZ 12.62 10.84 18.57 -
YUV 95.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 108 84 118 0.08 0.29 0 0.54 282.35 0.17 0.4
Hex 6C 54 76 8 1D 0 36 11A 11 28
Octal 154 124 166 10 35 0 66 432 21 50
Binary 1101100 1010100 1110110 1000 11101 0 110110 100011010 10001 101000

Color Harmonies of #6C5476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5476

Black with #6C5476

Text Example


Text Example

White with #6C5476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C5476; }

 p { color: rgb(108,84,118); }

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

background-color css

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

 a { background-color: rgb(108,84,118); }

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

border-color css

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

 span { border-color: rgb(108,84,118); }

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