Html Css Color HEX #6D5268 Salt Box

📋 copy color: '#6D5268'

red 109 ◦ green 82 ◦ blue 104

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

Shades of Salt Box #6D5268

Tints of Salt Box #6D5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 36.95%
G = 27.8%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D5268 (or 0x6D5268) is known color: Salt Box. HEX triplet: 6D, 52 and 68. RGB value is (109,82,104). Sum of RGB (Red+Green+Blue) = 109+82+104=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5268 is #92AD97. Grayscale: #5C5C5C. Windows color (decimal): -9612696 or 6836845. OLE color: 6836845.

HSL color Cylindrical-coordinate representation of color #6D5268: hue angle of 311.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D5268 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 82 104 -
CMYK 0 0.25 0.05 0.57
HSL 311.11º 0.14% 0.37% -
HSV(B) 311.11º 0.25% 0.43% -
XYZ 11.82 10.29 14.46 -
YUV 92.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 109 82 104 0 0.25 0.05 0.57 311.11 0.14 0.37
Hex 6D 52 68 0 19 5 39 137 E 25
Octal 155 122 150 0 31 5 71 467 16 45
Binary 1101101 1010010 1101000 0 11001 101 111001 100110111 1110 100101

Color Harmonies of #6D5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5268

Black with #6D5268

Text Example


Text Example

White with #6D5268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,104); }

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

background-color css

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

 a { background-color: rgb(109,82,104); }

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

border-color css

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

 span { border-color: rgb(109,82,104); }

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