Html Css Color HEX #6F5469 Salt Box

📋 copy color: '#6F5469'

red 111 ◦ green 84 ◦ blue 105

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

Shades of Salt Box #6F5469

Tints of Salt Box #6F5469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

 BLUE value IS 105 (41.41% from 255) = 35%

R = 37%
G = 28%
B = 35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F5469 (or 0x6F5469) is known color: Salt Box. HEX triplet: 6F, 54 and 69. RGB value is (111,84,105). Sum of RGB (Red+Green+Blue) = 111+84+105=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5469 is #90AB96. Grayscale: #5E5E5E. Windows color (decimal): -9481111 or 6902895. OLE color: 6902895.

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

Color convert

RGB 111 84 105 -
CMYK 0 0.24 0.05 0.56
HSL 313.33º 0.14% 0.38% -
HSV(B) 313.33º 0.24% 0.44% -
XYZ 12.28 10.74 14.79 -
YUV 94.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 111 84 105 0 0.24 0.05 0.56 313.33 0.14 0.38
Hex 6F 54 69 0 18 5 38 139 E 26
Octal 157 124 151 0 30 5 70 471 16 46
Binary 1101111 1010100 1101001 0 11000 101 111000 100111001 1110 100110

Color Harmonies of #6F5469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5469

Black with #6F5469

Text Example


Text Example

White with #6F5469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,84,105); }

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

background-color css

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

 a { background-color: rgb(111,84,105); }

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

border-color css

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

 span { border-color: rgb(111,84,105); }

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