Html Css Color HEX #6F586A Salt Box

📋 copy color: '#6F586A'

red 111 ◦ green 88 ◦ blue 106

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

Shades of Salt Box #6F586A

Tints of Salt Box #6F586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 36.39%
G = 28.85%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F586A (or 0x6F586A) is known color: Salt Box. HEX triplet: 6F, 58 and 6A. RGB value is (111,88,106). Sum of RGB (Red+Green+Blue) = 111+88+106=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F586A is #90A795. Grayscale: #606060. Windows color (decimal): -9480086 or 6969455. OLE color: 6969455.

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

Color convert

RGB 111 88 106 -
CMYK 0 0.21 0.05 0.56
HSL 313.04º 0.12% 0.39% -
HSV(B) 313.04º 0.21% 0.44% -
XYZ 12.65 11.4 15.17 -
YUV 96.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 111 88 106 0 0.21 0.05 0.56 313.04 0.12 0.39
Hex 6F 58 6A 0 15 5 38 139 C 27
Octal 157 130 152 0 25 5 70 471 14 47
Binary 1101111 1011000 1101010 0 10101 101 111000 100111001 1100 100111

Color Harmonies of #6F586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F586A

Black with #6F586A

Text Example


Text Example

White with #6F586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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