Html Css Color HEX #6B5677 Affair

📋 copy color: '#6B5677'

red 107 ◦ green 86 ◦ blue 119

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

Shades of Affair #6B5677

Tints of Affair #6B5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 34.29%
G = 27.56%
B = 38.14%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5677 (or 0x6B5677) is known color: Affair. HEX triplet: 6B, 56 and 77. RGB value is (107,86,119). Sum of RGB (Red+Green+Blue) = 107+86+119=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 86 (33.98% from 255 or 27.56% 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 #6B5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5677 is #94A988. Grayscale: #5F5F5F. Windows color (decimal): -9742729 or 7820907. OLE color: 7820907.

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

Color convert

RGB 107 86 119 -
CMYK 0.10 0.28 0 0.53
HSL 278.18º 0.16% 0.4% -
HSV(B) 278.18º 0.28% 0.47% -
XYZ 12.72 11.11 18.93 -
YUV 96.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 107 86 119 0.10 0.28 0 0.53 278.18 0.16 0.4
Hex 6B 56 77 A 1C 0 35 116 10 28
Octal 153 126 167 12 34 0 65 426 20 50
Binary 1101011 1010110 1110111 1010 11100 0 110101 100010110 10000 101000

Color Harmonies of #6B5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5677

Black with #6B5677

Text Example


Text Example

White with #6B5677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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