Html Css Color HEX #6C5577 Affair

📋 copy color: '#6C5577'

red 108 ◦ green 85 ◦ blue 119

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

Shades of Affair #6C5577

Tints of Affair #6C5577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 34.62%
G = 27.24%
B = 38.14%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C5577 (or 0x6C5577) is known color: Affair. HEX triplet: 6C, 55 and 77. RGB value is (108,85,119). Sum of RGB (Red+Green+Blue) = 108+85+119=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C5577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5577 is #93AA88. Grayscale: #5F5F5F. Windows color (decimal): -9677449 or 7820652. OLE color: 7820652.

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

Color convert

RGB 108 85 119 -
CMYK 0.09 0.29 0 0.53
HSL 280.59º 0.17% 0.4% -
HSV(B) 280.59º 0.29% 0.47% -
XYZ 12.76 11.02 18.91 -
YUV 95.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 108 85 119 0.09 0.29 0 0.53 280.59 0.17 0.4
Hex 6C 55 77 9 1D 0 35 119 11 28
Octal 154 125 167 11 35 0 65 431 21 50
Binary 1101100 1010101 1110111 1001 11101 0 110101 100011001 10001 101000

Color Harmonies of #6C5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5577

Black with #6C5577

Text Example


Text Example

White with #6C5577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,119); }

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

background-color css

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

 a { background-color: rgb(108,85,119); }

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

border-color css

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

 span { border-color: rgb(108,85,119); }

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