Html Css Color HEX #6F5A6E Salt Box

📋 copy color: '#6F5A6E'

red 111 ◦ green 90 ◦ blue 110

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

Shades of Salt Box #6F5A6E

Tints of Salt Box #6F5A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 35.69%
G = 28.94%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F5A6E (or 0x6F5A6E) is known color: Salt Box. HEX triplet: 6F, 5A and 6E. RGB value is (111,90,110). Sum of RGB (Red+Green+Blue) = 111+90+110=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A6E is #90A591. Grayscale: #626262. Windows color (decimal): -9479570 or 7232111. OLE color: 7232111.

HSL color Cylindrical-coordinate representation of color #6F5A6E: hue angle of 302.86º 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 #6F5A6E is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 90 110 -
CMYK 0 0.19 0.01 0.56
HSL 302.86º 0.1% 0.39% -
HSV(B) 302.86º 0.19% 0.44% -
XYZ 13.03 11.82 16.35 -
YUV 98.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 111 90 110 0 0.19 0.01 0.56 302.86 0.1 0.39
Hex 6F 5A 6E 0 13 1 38 12F A 27
Octal 157 132 156 0 23 1 70 457 12 47
Binary 1101111 1011010 1101110 0 10011 1 111000 100101111 1010 100111

Color Harmonies of #6F5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A6E

Black with #6F5A6E

Text Example


Text Example

White with #6F5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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