Html Css Color HEX #6F5176 Affair

📋 copy color: '#6F5176'

red 111 ◦ green 81 ◦ blue 118

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

Shades of Affair #6F5176

Tints of Affair #6F5176

RGB

 RED value IS 111 (43.75% from 255) = 35.81%

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

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

R = 35.81%
G = 26.13%
B = 38.06%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F5176 (or 0x6F5176) is known color: Affair. HEX triplet: 6F, 51 and 76. RGB value is (111,81,118). Sum of RGB (Red+Green+Blue) = 111+81+118=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F5176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5176 is #90AE89. Grayscale: #5E5E5E. Windows color (decimal): -9481866 or 7754095. OLE color: 7754095.

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

Color convert

RGB 111 81 118 -
CMYK 0.06 0.31 0 0.54
HSL 288.65º 0.19% 0.39% -
HSV(B) 288.65º 0.31% 0.46% -
XYZ 12.77 10.57 18.51 -
YUV 94.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 111 81 118 0.06 0.31 0 0.54 288.65 0.19 0.39
Hex 6F 51 76 6 1F 0 36 121 13 27
Octal 157 121 166 6 37 0 66 441 23 47
Binary 1101111 1010001 1110110 110 11111 0 110110 100100001 10011 100111

Color Harmonies of #6F5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5176

Black with #6F5176

Text Example


Text Example

White with #6F5176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,118); }

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

background-color css

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

 a { background-color: rgb(111,81,118); }

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

border-color css

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

 span { border-color: rgb(111,81,118); }

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