Html Css Color HEX #6B5577 Affair

📋 copy color: '#6B5577'

red 107 ◦ green 85 ◦ blue 119

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

Shades of Affair #6B5577

Tints of Affair #6B5577

RGB

 RED value IS 107 (42.19% from 255) = 34.41%

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

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

R = 34.41%
G = 27.33%
B = 38.26%

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

#6B5577 (or 0x6B5577) is known color: Affair. HEX triplet: 6B, 55 and 77. RGB value is (107,85,119). Sum of RGB (Red+Green+Blue) = 107+85+119=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B5577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5577 is #94AA88. Grayscale: #5F5F5F. Windows color (decimal): -9742985 or 7820651. OLE color: 7820651.

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

Color convert

RGB 107 85 119 -
CMYK 0.10 0.29 0 0.53
HSL 278.82º 0.17% 0.4% -
HSV(B) 278.82º 0.29% 0.47% -
XYZ 12.64 10.95 18.9 -
YUV 95.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 107 85 119 0.10 0.29 0 0.53 278.82 0.17 0.4
Hex 6B 55 77 A 1D 0 35 117 11 28
Octal 153 125 167 12 35 0 65 427 21 50
Binary 1101011 1010101 1110111 1010 11101 0 110101 100010111 10001 101000

Color Harmonies of #6B5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5577

Black with #6B5577

Text Example


Text Example

White with #6B5577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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