Html Css Color HEX #6F596C Salt Box

📋 copy color: '#6F596C'

red 111 ◦ green 89 ◦ blue 108

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

Shades of Salt Box #6F596C

Tints of Salt Box #6F596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 36.04%
G = 28.9%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F596C (or 0x6F596C) is known color: Salt Box. HEX triplet: 6F, 59 and 6C. RGB value is (111,89,108). Sum of RGB (Red+Green+Blue) = 111+89+108=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F596C is #90A693. Grayscale: #616161. Windows color (decimal): -9479828 or 7100783. OLE color: 7100783.

HSL color Cylindrical-coordinate representation of color #6F596C: hue angle of 308.18º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F596C is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 108 -
CMYK 0 0.20 0.03 0.56
HSL 308.18º 0.11% 0.39% -
HSV(B) 308.18º 0.2% 0.44% -
XYZ 12.83 11.61 15.75 -
YUV 97.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 111 89 108 0 0.20 0.03 0.56 308.18 0.11 0.39
Hex 6F 59 6C 0 14 3 38 134 B 27
Octal 157 131 154 0 24 3 70 464 13 47
Binary 1101111 1011001 1101100 0 10100 11 111000 100110100 1011 100111

Color Harmonies of #6F596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F596C

Black with #6F596C

Text Example


Text Example

White with #6F596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,108); }

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

background-color css

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

 a { background-color: rgb(111,89,108); }

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

border-color css

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

 span { border-color: rgb(111,89,108); }

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