Html Css Color HEX #6C5A6A Salt Box

📋 copy color: '#6C5A6A'

red 108 ◦ green 90 ◦ blue 106

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

Shades of Salt Box #6C5A6A

Tints of Salt Box #6C5A6A

RGB

 RED value IS 108 (42.58% from 255) = 35.53%

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

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 35.53%
G = 29.61%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6C5A6A (or 0x6C5A6A) is known color: Salt Box. HEX triplet: 6C, 5A and 6A. RGB value is (108,90,106). Sum of RGB (Red+Green+Blue) = 108+90+106=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5A6A is #93A595. Grayscale: #616161. Windows color (decimal): -9676182 or 6969964. OLE color: 6969964.

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

Color convert

RGB 108 90 106 -
CMYK 0 0.17 0.02 0.58
HSL 306.67º 0.09% 0.39% -
HSV(B) 306.67º 0.17% 0.42% -
XYZ 12.44 11.54 15.21 -
YUV 97.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 108 90 106 0 0.17 0.02 0.58 306.67 0.09 0.39
Hex 6C 5A 6A 0 11 2 3A 133 9 27
Octal 154 132 152 0 21 2 72 463 11 47
Binary 1101100 1011010 1101010 0 10001 10 111010 100110011 1001 100111

Color Harmonies of #6C5A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5A6A

Black with #6C5A6A

Text Example


Text Example

White with #6C5A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,90,106); }

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

background-color css

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

 a { background-color: rgb(108,90,106); }

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

border-color css

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

 span { border-color: rgb(108,90,106); }

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