Html Css Color HEX #6B5077 Affair

📋 copy color: '#6B5077'

red 107 ◦ green 80 ◦ blue 119

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

Shades of Affair #6B5077

Tints of Affair #6B5077

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 value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5077 (or 0x6B5077) is known color: 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

RGB 107 80 119 -
CMYK 0.10 0.33 0 0.53
HSL 281.54º 0.2% 0.39% -
HSV(B) 281.54º 0.33% 0.47% -
XYZ 12.26 10.2 18.77 -
YUV 92.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 107 80 119 0.10 0.33 0 0.53 281.54 0.2 0.39
Hex 6B 50 77 A 21 0 35 11A 14 27
Octal 153 120 167 12 41 0 65 432 24 47
Binary 1101011 1010000 1110111 1010 100001 0 110101 100011010 10100 100111

Color Harmonies of #6B5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5077

Black with #6B5077

Text Example


Text Example

White with #6B5077

Text Example


Text Example

HTML Codes & Css Web 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>