Html Css Color HEX #6D5A6B Salt Box

📋 copy color: '#6D5A6B'

red 109 ◦ green 90 ◦ blue 107

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

Shades of Salt Box #6D5A6B

Tints of Salt Box #6D5A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 35.62%
G = 29.41%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D5A6B (or 0x6D5A6B) is known color: Salt Box. HEX triplet: 6D, 5A and 6B. RGB value is (109,90,107). Sum of RGB (Red+Green+Blue) = 109+90+107=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A6B is #92A594. Grayscale: #616161. Windows color (decimal): -9610645 or 7035501. OLE color: 7035501.

HSL color Cylindrical-coordinate representation of color #6D5A6B: hue angle of 306.32º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D5A6B is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 90 107 -
CMYK 0 0.17 0.02 0.57
HSL 306.32º 0.1% 0.39% -
HSV(B) 306.32º 0.17% 0.43% -
XYZ 12.62 11.63 15.49 -
YUV 97.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 109 90 107 0 0.17 0.02 0.57 306.32 0.1 0.39
Hex 6D 5A 6B 0 11 2 39 132 A 27
Octal 155 132 153 0 21 2 71 462 12 47
Binary 1101101 1011010 1101011 0 10001 10 111001 100110010 1010 100111

Color Harmonies of #6D5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5A6B

Black with #6D5A6B

Text Example


Text Example

White with #6D5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,90,107); }

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

background-color css

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

 a { background-color: rgb(109,90,107); }

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

border-color css

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

 span { border-color: rgb(109,90,107); }

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