Html Css Color HEX #6F506E Salt Box

📋 copy color: '#6F506E'

red 111 ◦ green 80 ◦ blue 110

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

Shades of Salt Box #6F506E

Tints of Salt Box #6F506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 36.88%
G = 26.58%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F506E (or 0x6F506E) is known color: Salt Box. HEX triplet: 6F, 50 and 6E. RGB value is (111,80,110). Sum of RGB (Red+Green+Blue) = 111+80+110=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F506E is #90AF91. Grayscale: #5C5C5C. Windows color (decimal): -9482130 or 7229551. OLE color: 7229551.

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

Color convert

RGB 111 80 110 -
CMYK 0 0.28 0.01 0.56
HSL 301.94º 0.16% 0.37% -
HSV(B) 301.94º 0.28% 0.44% -
XYZ 12.24 10.24 16.08 -
YUV 92.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 111 80 110 0 0.28 0.01 0.56 301.94 0.16 0.37
Hex 6F 50 6E 0 1C 1 38 12E 10 25
Octal 157 120 156 0 34 1 70 456 20 45
Binary 1101111 1010000 1101110 0 11100 1 111000 100101110 10000 100101

Color Harmonies of #6F506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F506E

Black with #6F506E

Text Example


Text Example

White with #6F506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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