Html Css Color HEX #6B5076 Affair

📋 copy color: '#6B5076'

red 107 ◦ green 80 ◦ blue 118

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

Shades of Affair #6B5076

Tints of Affair #6B5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 35.08%
G = 26.23%
B = 38.69%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B5076 (or 0x6B5076) is known color: Affair. HEX triplet: 6B, 50 and 76. RGB value is (107,80,118). Sum of RGB (Red+Green+Blue) = 107+80+118=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B5076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5076 is #94AF89. Grayscale: #5C5C5C. Windows color (decimal): -9744266 or 7753835. OLE color: 7753835.

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

Color convert

RGB 107 80 118 -
CMYK 0.09 0.32 0 0.54
HSL 282.63º 0.19% 0.39% -
HSV(B) 282.63º 0.32% 0.46% -
XYZ 12.2 10.17 18.46 -
YUV 92.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 107 80 118 0.09 0.32 0 0.54 282.63 0.19 0.39
Hex 6B 50 76 9 20 0 36 11B 13 27
Octal 153 120 166 11 40 0 66 433 23 47
Binary 1101011 1010000 1110110 1001 100000 0 110110 100011011 10011 100111

Color Harmonies of #6B5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5076

Black with #6B5076

Text Example


Text Example

White with #6B5076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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