Html Css Color HEX #6D6069 Salt Box

📋 copy color: '#6D6069'

red 109 ◦ green 96 ◦ blue 105

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

Shades of Salt Box #6D6069

Tints of Salt Box #6D6069

RGB

 RED value IS 109 (42.97% from 255) = 35.16%

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 35.16%
G = 30.97%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D6069 (or 0x6D6069) is known color: Salt Box. HEX triplet: 6D, 60 and 69. RGB value is (109,96,105). Sum of RGB (Red+Green+Blue) = 109+96+105=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6069 is #929F96. Grayscale: #646464. Windows color (decimal): -9609111 or 6905965. OLE color: 6905965.

HSL color Cylindrical-coordinate representation of color #6D6069: hue angle of 318.46º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6069 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 96 105 -
CMYK 0 0.12 0.04 0.57
HSL 318.46º 0.06% 0.4% -
HSV(B) 318.46º 0.12% 0.43% -
XYZ 13.04 12.64 15.12 -
YUV 100.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 109 96 105 0 0.12 0.04 0.57 318.46 0.06 0.4
Hex 6D 60 69 0 C 4 39 13E 6 28
Octal 155 140 151 0 14 4 71 476 6 50
Binary 1101101 1100000 1101001 0 1100 100 111001 100111110 110 101000

Color Harmonies of #6D6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6069

Black with #6D6069

Text Example


Text Example

White with #6D6069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,105); }

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

background-color css

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

 a { background-color: rgb(109,96,105); }

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

border-color css

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

 span { border-color: rgb(109,96,105); }

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