Html Css Color HEX #6F5A68 Salt Box

📋 copy color: '#6F5A68'

red 111 ◦ green 90 ◦ blue 104

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

Shades of Salt Box #6F5A68

Tints of Salt Box #6F5A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

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

R = 36.39%
G = 29.51%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F5A68 (or 0x6F5A68) is known color: Salt Box. HEX triplet: 6F, 5A and 68. RGB value is (111,90,104). Sum of RGB (Red+Green+Blue) = 111+90+104=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A68 is #90A597. Grayscale: #616161. Windows color (decimal): -9479576 or 6838895. OLE color: 6838895.

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

Color convert

RGB 111 90 104 -
CMYK 0 0.19 0.06 0.56
HSL 320º 0.1% 0.39% -
HSV(B) 320º 0.19% 0.44% -
XYZ 12.71 11.69 14.68 -
YUV 97.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 111 90 104 0 0.19 0.06 0.56 320 0.1 0.39
Hex 6F 5A 68 0 13 6 38 140 A 27
Octal 157 132 150 0 23 6 70 500 12 47
Binary 1101111 1011010 1101000 0 10011 110 111000 101000000 1010 100111

Color Harmonies of #6F5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A68

Black with #6F5A68

Text Example


Text Example

White with #6F5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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