Html Css Color HEX #6F5379 Affair

📋 copy color: '#6F5379'

red 111 ◦ green 83 ◦ blue 121

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

Shades of Affair #6F5379

Tints of Affair #6F5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 35.24%
G = 26.35%
B = 38.41%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F5379 (or 0x6F5379) is known color: Affair. HEX triplet: 6F, 53 and 79. RGB value is (111,83,121). Sum of RGB (Red+Green+Blue) = 111+83+121=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F5379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5379 is #90AC86. Grayscale: #5F5F5F. Windows color (decimal): -9481351 or 7951215. OLE color: 7951215.

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

Color convert

RGB 111 83 121 -
CMYK 0.08 0.31 0 0.53
HSL 284.21º 0.19% 0.4% -
HSV(B) 284.21º 0.31% 0.47% -
XYZ 13.1 10.95 19.51 -
YUV 95.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 111 83 121 0.08 0.31 0 0.53 284.21 0.19 0.4
Hex 6F 53 79 8 1F 0 35 11C 13 28
Octal 157 123 171 10 37 0 65 434 23 50
Binary 1101111 1010011 1111001 1000 11111 0 110101 100011100 10011 101000

Color Harmonies of #6F5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5379

Black with #6F5379

Text Example


Text Example

White with #6F5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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