Html Css Color HEX #6F5668 Salt Box

📋 copy color: '#6F5668'

red 111 ◦ green 86 ◦ blue 104

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

Shades of Salt Box #6F5668

Tints of Salt Box #6F5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

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

R = 36.88%
G = 28.57%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F5668 (or 0x6F5668) is known color: Salt Box. HEX triplet: 6F, 56 and 68. RGB value is (111,86,104). Sum of RGB (Red+Green+Blue) = 111+86+104=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5668 is #90A997. Grayscale: #5F5F5F. Windows color (decimal): -9480600 or 6837871. OLE color: 6837871.

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

Color convert

RGB 111 86 104 -
CMYK 0 0.23 0.06 0.56
HSL 316.8º 0.13% 0.39% -
HSV(B) 316.8º 0.23% 0.44% -
XYZ 12.38 11.03 14.57 -
YUV 95.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 111 86 104 0 0.23 0.06 0.56 316.8 0.13 0.39
Hex 6F 56 68 0 17 6 38 13D D 27
Octal 157 126 150 0 27 6 70 475 15 47
Binary 1101111 1010110 1101000 0 10111 110 111000 100111101 1101 100111

Color Harmonies of #6F5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5668

Black with #6F5668

Text Example


Text Example

White with #6F5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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