Html Css Color HEX #6F586E Salt Box

📋 copy color: '#6F586E'

red 111 ◦ green 88 ◦ blue 110

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

Shades of Salt Box #6F586E

Tints of Salt Box #6F586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 35.92%
G = 28.48%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F586E (or 0x6F586E) is known color: Salt Box. HEX triplet: 6F, 58 and 6E. RGB value is (111,88,110). Sum of RGB (Red+Green+Blue) = 111+88+110=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F586E is #90A791. Grayscale: #616161. Windows color (decimal): -9480082 or 7231599. OLE color: 7231599.

HSL color Cylindrical-coordinate representation of color #6F586E: hue angle of 302.61º degrees, saturation: 0.12, 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 #6F586E is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 88 110 -
CMYK 0 0.21 0.01 0.56
HSL 302.61º 0.12% 0.39% -
HSV(B) 302.61º 0.21% 0.44% -
XYZ 12.86 11.48 16.29 -
YUV 97.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 111 88 110 0 0.21 0.01 0.56 302.61 0.12 0.39
Hex 6F 58 6E 0 15 1 38 12F C 27
Octal 157 130 156 0 25 1 70 457 14 47
Binary 1101111 1011000 1101110 0 10101 1 111000 100101111 1100 100111

Color Harmonies of #6F586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F586E

Black with #6F586E

Text Example


Text Example

White with #6F586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,88,110); }

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

background-color css

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

 a { background-color: rgb(111,88,110); }

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

border-color css

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

 span { border-color: rgb(111,88,110); }

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