Html Css Color HEX #6F5377 Affair

📋 copy color: '#6F5377'

red 111 ◦ green 83 ◦ blue 119

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

Shades of Affair #6F5377

Tints of Affair #6F5377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 35.46%
G = 26.52%
B = 38.02%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F5377 (or 0x6F5377) is known color: Affair. HEX triplet: 6F, 53 and 77. RGB value is (111,83,119). Sum of RGB (Red+Green+Blue) = 111+83+119=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5377 is #90AC88. Grayscale: #5F5F5F. Windows color (decimal): -9481353 or 7820143. OLE color: 7820143.

HSL color Cylindrical-coordinate representation of color #6F5377: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F5377 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 83 119 -
CMYK 0.07 0.30 0 0.53
HSL 286.67º 0.18% 0.4% -
HSV(B) 286.67º 0.3% 0.47% -
XYZ 12.98 10.9 18.87 -
YUV 95.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 111 83 119 0.07 0.30 0 0.53 286.67 0.18 0.4
Hex 6F 53 77 7 1E 0 35 11F 12 28
Octal 157 123 167 7 36 0 65 437 22 50
Binary 1101111 1010011 1110111 111 11110 0 110101 100011111 10010 101000

Color Harmonies of #6F5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5377

Black with #6F5377

Text Example


Text Example

White with #6F5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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