Html Css Color HEX #6F556A Salt Box

📋 copy color: '#6F556A'

red 111 ◦ green 85 ◦ blue 106

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

Shades of Salt Box #6F556A

Tints of Salt Box #6F556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 36.75%
G = 28.15%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F556A (or 0x6F556A) is known color: Salt Box. HEX triplet: 6F, 55 and 6A. RGB value is (111,85,106). Sum of RGB (Red+Green+Blue) = 111+85+106=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F556A is #90AA95. Grayscale: #5F5F5F. Windows color (decimal): -9480854 or 6968687. OLE color: 6968687.

HSL color Cylindrical-coordinate representation of color #6F556A: hue angle of 311.54º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F556A is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 85 106 -
CMYK 0 0.23 0.05 0.56
HSL 311.54º 0.13% 0.38% -
HSV(B) 311.54º 0.23% 0.44% -
XYZ 12.41 10.92 15.09 -
YUV 95.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 111 85 106 0 0.23 0.05 0.56 311.54 0.13 0.38
Hex 6F 55 6A 0 17 5 38 138 D 26
Octal 157 125 152 0 27 5 70 470 15 46
Binary 1101111 1010101 1101010 0 10111 101 111000 100111000 1101 100110

Color Harmonies of #6F556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F556A

Black with #6F556A

Text Example


Text Example

White with #6F556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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