Html Css Color HEX #6C5578 Affair

📋 copy color: '#6C5578'

red 108 ◦ green 85 ◦ blue 120

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

Shades of Affair #6C5578

Tints of Affair #6C5578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 34.5%
G = 27.16%
B = 38.34%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C5578 (or 0x6C5578) is known color: Affair. HEX triplet: 6C, 55 and 78. RGB value is (108,85,120). Sum of RGB (Red+Green+Blue) = 108+85+120=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5578 is #93AA87. Grayscale: #5F5F5F. Windows color (decimal): -9677448 or 7886188. OLE color: 7886188.

HSL color Cylindrical-coordinate representation of color #6C5578: hue angle of 279.43º 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 #6C5578 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 85 120 -
CMYK 0.10 0.29 0 0.53
HSL 279.43º 0.17% 0.4% -
HSV(B) 279.43º 0.29% 0.47% -
XYZ 12.82 11.04 19.22 -
YUV 95.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 108 85 120 0.10 0.29 0 0.53 279.43 0.17 0.4
Hex 6C 55 78 A 1D 0 35 117 11 28
Octal 154 125 170 12 35 0 65 427 21 50
Binary 1101100 1010101 1111000 1010 11101 0 110101 100010111 10001 101000

Color Harmonies of #6C5578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5578

Black with #6C5578

Text Example


Text Example

White with #6C5578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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