Html Css Color HEX #6B5177 Affair

📋 copy color: '#6B5177'

red 107 ◦ green 81 ◦ blue 119

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

Shades of Affair #6B5177

Tints of Affair #6B5177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 34.85%
G = 26.38%
B = 38.76%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5177 (or 0x6B5177) is known color: Affair. HEX triplet: 6B, 51 and 77. RGB value is (107,81,119). Sum of RGB (Red+Green+Blue) = 107+81+119=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B5177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5177 is #94AE88. Grayscale: #5C5C5C. Windows color (decimal): -9744009 or 7819627. OLE color: 7819627.

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

Color convert

RGB 107 81 119 -
CMYK 0.10 0.32 0 0.53
HSL 281.05º 0.19% 0.39% -
HSV(B) 281.05º 0.32% 0.47% -
XYZ 12.34 10.34 18.8 -
YUV 93.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 107 81 119 0.10 0.32 0 0.53 281.05 0.19 0.39
Hex 6B 51 77 A 20 0 35 119 13 27
Octal 153 121 167 12 40 0 65 431 23 47
Binary 1101011 1010001 1110111 1010 100000 0 110101 100011001 10011 100111

Color Harmonies of #6B5177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5177

Black with #6B5177

Text Example


Text Example

White with #6B5177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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