Html Css Color HEX #6C586A Salt Box

📋 copy color: '#6C586A'

red 108 ◦ green 88 ◦ blue 106

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

Shades of Salt Box #6C586A

Tints of Salt Box #6C586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 35.76%
G = 29.14%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6C586A (or 0x6C586A) is known color: Salt Box. HEX triplet: 6C, 58 and 6A. RGB value is (108,88,106). Sum of RGB (Red+Green+Blue) = 108+88+106=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 108 - color contains mainly: red. Hex color #6C586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C586A is #93A795. Grayscale: #5F5F5F. Windows color (decimal): -9676694 or 6969452. OLE color: 6969452.

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

Color convert

RGB 108 88 106 -
CMYK 0 0.19 0.02 0.58
HSL 306º 0.1% 0.38% -
HSV(B) 306º 0.19% 0.42% -
XYZ 12.28 11.21 15.15 -
YUV 96.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 108 88 106 0 0.19 0.02 0.58 306 0.1 0.38
Hex 6C 58 6A 0 13 2 3A 132 A 26
Octal 154 130 152 0 23 2 72 462 12 46
Binary 1101100 1011000 1101010 0 10011 10 111010 100110010 1010 100110

Color Harmonies of #6C586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C586A

Black with #6C586A

Text Example


Text Example

White with #6C586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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