Html Css Color HEX #6F5C68 Salt Box

📋 copy color: '#6F5C68'

red 111 ◦ green 92 ◦ blue 104

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

Shades of Salt Box #6F5C68

Tints of Salt Box #6F5C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.97%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 36.16%
G = 29.97%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F5C68 (or 0x6F5C68) is known color: Salt Box. HEX triplet: 6F, 5C and 68. RGB value is (111,92,104). Sum of RGB (Red+Green+Blue) = 111+92+104=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C68 is #90A397. Grayscale: #636363. Windows color (decimal): -9479064 or 6839407. OLE color: 6839407.

HSL color Cylindrical-coordinate representation of color #6F5C68: hue angle of 322.11º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F5C68 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 92 104 -
CMYK 0 0.17 0.06 0.56
HSL 322.11º 0.09% 0.4% -
HSV(B) 322.11º 0.17% 0.44% -
XYZ 12.88 12.03 14.74 -
YUV 99.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 111 92 104 0 0.17 0.06 0.56 322.11 0.09 0.4
Hex 6F 5C 68 0 11 6 38 142 9 28
Octal 157 134 150 0 21 6 70 502 11 50
Binary 1101111 1011100 1101000 0 10001 110 111000 101000010 1001 101000

Color Harmonies of #6F5C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5C68

Black with #6F5C68

Text Example


Text Example

White with #6F5C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,92,104); }

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

background-color css

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

 a { background-color: rgb(111,92,104); }

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

border-color css

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

 span { border-color: rgb(111,92,104); }

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