Html Css Color HEX #6C5377 Affair

📋 copy color: '#6C5377'

red 108 ◦ green 83 ◦ blue 119

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

Shades of Affair #6C5377

Tints of Affair #6C5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 34.84%
G = 26.77%
B = 38.39%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C5377 (or 0x6C5377) is known color: Affair. HEX triplet: 6C, 53 and 77. RGB value is (108,83,119). Sum of RGB (Red+Green+Blue) = 108+83+119=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5377 is #93AC88. Grayscale: #5E5E5E. Windows color (decimal): -9677961 or 7820140. OLE color: 7820140.

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

Color convert

RGB 108 83 119 -
CMYK 0.09 0.30 0 0.53
HSL 281.67º 0.18% 0.4% -
HSV(B) 281.67º 0.3% 0.47% -
XYZ 12.61 10.71 18.85 -
YUV 94.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 108 83 119 0.09 0.30 0 0.53 281.67 0.18 0.4
Hex 6C 53 77 9 1E 0 35 11A 12 28
Octal 154 123 167 11 36 0 65 432 22 50
Binary 1101100 1010011 1110111 1001 11110 0 110101 100011010 10010 101000

Color Harmonies of #6C5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5377

Black with #6C5377

Text Example


Text Example

White with #6C5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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