Html Css Color HEX #6F5768 Salt Box

📋 copy color: '#6F5768'

red 111 ◦ green 87 ◦ blue 104

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

Shades of Salt Box #6F5768

Tints of Salt Box #6F5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

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

R = 36.75%
G = 28.81%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F5768 (or 0x6F5768) is known color: Salt Box. HEX triplet: 6F, 57 and 68. RGB value is (111,87,104). Sum of RGB (Red+Green+Blue) = 111+87+104=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5768 is #90A897. Grayscale: #606060. Windows color (decimal): -9480344 or 6838127. OLE color: 6838127.

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

Color convert

RGB 111 87 104 -
CMYK 0 0.22 0.06 0.56
HSL 317.5º 0.12% 0.39% -
HSV(B) 317.5º 0.22% 0.44% -
XYZ 12.46 11.2 14.6 -
YUV 96.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 111 87 104 0 0.22 0.06 0.56 317.5 0.12 0.39
Hex 6F 57 68 0 16 6 38 13E C 27
Octal 157 127 150 0 26 6 70 476 14 47
Binary 1101111 1010111 1101000 0 10110 110 111000 100111110 1100 100111

Color Harmonies of #6F5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5768

Black with #6F5768

Text Example


Text Example

White with #6F5768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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