#6B5077

Color #6B5077 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #6B5077

Tints of Affair #6B5077

Color information

#6B5077 (or 0x6B5077) is unknown color: approx Affair. HEX triplet: 6B, 50 and 77. RGB value is (107,80,119). Sum of RGB (Red+Green+Blue) = 107+80+119=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B5077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5077 is #94AF88. Grayscale: #5C5C5C. Windows color (decimal): -9744265 or 7819371. OLE color: 7819371.

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

Color convert

RGB10780119-
CMYK0.100.3300.53
HSL281.54º19.6%39.02%-
HSV(B)281.54º32.77%46.67%-
XYZ12.2610.218.77-
YUV92.52142.95138.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=34.97%
G=26.14%
B=38.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107801190.100.3300.53281.5419.639.02
Hex6B5077A2103511a1427
Octal15312016712410654322447
Binary1101011101000011101111010100001011010110001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B5077;
 }
 .AnyTagClassName
 {
   color: #6B5077;
 }
</style>
background-color css

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

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

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

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

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

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