Html Css Color HEX #6F5970 Salt Box

📋 copy color: '#6F5970'

red 111 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #6F5970

Tints of Salt Box #6F5970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 35.58%
G = 28.53%
B = 35.9%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F5970 (or 0x6F5970) is known color: Salt Box. HEX triplet: 6F, 59 and 70. RGB value is (111,89,112). Sum of RGB (Red+Green+Blue) = 111+89+112=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5970 is #90A68F. Grayscale: #626262. Windows color (decimal): -9479824 or 7362927. OLE color: 7362927.

HSL color Cylindrical-coordinate representation of color #6F5970: hue angle of 297.39º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F5970 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 112 -
CMYK 0.01 0.21 0 0.56
HSL 297.39º 0.11% 0.39% -
HSV(B) 297.39º 0.21% 0.44% -
XYZ 13.05 11.69 16.9 -
YUV 98.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 111 89 112 0.01 0.21 0 0.56 297.39 0.11 0.39
Hex 6F 59 70 1 15 0 38 129 B 27
Octal 157 131 160 1 25 0 70 451 13 47
Binary 1101111 1011001 1110000 1 10101 0 111000 100101001 1011 100111

Color Harmonies of #6F5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5970

Black with #6F5970

Text Example


Text Example

White with #6F5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,112); }

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

background-color css

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

 a { background-color: rgb(111,89,112); }

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

border-color css

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

 span { border-color: rgb(111,89,112); }

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