Html Css Color HEX #6F5368 Salt Box

📋 copy color: '#6F5368'

red 111 ◦ green 83 ◦ blue 104

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

Shades of Salt Box #6F5368

Tints of Salt Box #6F5368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 37.25%
G = 27.85%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F5368 (or 0x6F5368) is known color: Salt Box. HEX triplet: 6F, 53 and 68. RGB value is (111,83,104). Sum of RGB (Red+Green+Blue) = 111+83+104=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5368 is #90AC97. Grayscale: #5D5D5D. Windows color (decimal): -9481368 or 6837103. OLE color: 6837103.

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

Color convert

RGB 111 83 104 -
CMYK 0 0.25 0.06 0.56
HSL 315º 0.14% 0.38% -
HSV(B) 315º 0.25% 0.44% -
XYZ 12.15 10.57 14.5 -
YUV 93.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 111 83 104 0 0.25 0.06 0.56 315 0.14 0.38
Hex 6F 53 68 0 19 6 38 13B E 26
Octal 157 123 150 0 31 6 70 473 16 46
Binary 1101111 1010011 1101000 0 11001 110 111000 100111011 1110 100110

Color Harmonies of #6F5368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5368

Black with #6F5368

Text Example


Text Example

White with #6F5368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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