Html Css Color HEX #6F5779 Affair

📋 copy color: '#6F5779'

red 111 ◦ green 87 ◦ blue 121

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

Shades of Affair #6F5779

Tints of Affair #6F5779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

 BLUE value IS 121 (47.66% from 255) = 37.93%

R = 34.8%
G = 27.27%
B = 37.93%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F5779 (or 0x6F5779) is known color: Affair. HEX triplet: 6F, 57 and 79. RGB value is (111,87,121). Sum of RGB (Red+Green+Blue) = 111+87+121=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F5779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5779 is #90A886. Grayscale: #616161. Windows color (decimal): -9480327 or 7952239. OLE color: 7952239.

HSL color Cylindrical-coordinate representation of color #6F5779: hue angle of 282.35º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5779 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 87 121 -
CMYK 0.08 0.28 0 0.53
HSL 282.35º 0.16% 0.41% -
HSV(B) 282.35º 0.28% 0.47% -
XYZ 13.41 11.58 19.62 -
YUV 98.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 111 87 121 0.08 0.28 0 0.53 282.35 0.16 0.41
Hex 6F 57 79 8 1C 0 35 11A 10 29
Octal 157 127 171 10 34 0 65 432 20 51
Binary 1101111 1010111 1111001 1000 11100 0 110101 100011010 10000 101001

Color Harmonies of #6F5779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5779

Black with #6F5779

Text Example


Text Example

White with #6F5779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,87,121); }

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

background-color css

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

 a { background-color: rgb(111,87,121); }

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

border-color css

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

 span { border-color: rgb(111,87,121); }

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