Html Css Color HEX #6C5569 Salt Box

📋 copy color: '#6C5569'

red 108 ◦ green 85 ◦ blue 105

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

Shades of Salt Box #6C5569

Tints of Salt Box #6C5569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

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

R = 36.24%
G = 28.52%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6C5569 (or 0x6C5569) is known color: Salt Box. HEX triplet: 6C, 55 and 69. RGB value is (108,85,105). Sum of RGB (Red+Green+Blue) = 108+85+105=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5569 is #93AA96. Grayscale: #5E5E5E. Windows color (decimal): -9677463 or 6903148. OLE color: 6903148.

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

Color convert

RGB 108 85 105 -
CMYK 0 0.21 0.03 0.58
HSL 307.83º 0.12% 0.38% -
HSV(B) 307.83º 0.21% 0.42% -
XYZ 11.98 10.71 14.8 -
YUV 94.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 108 85 105 0 0.21 0.03 0.58 307.83 0.12 0.38
Hex 6C 55 69 0 15 3 3A 134 C 26
Octal 154 125 151 0 25 3 72 464 14 46
Binary 1101100 1010101 1101001 0 10101 11 111010 100110100 1100 100110

Color Harmonies of #6C5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5569

Black with #6C5569

Text Example


Text Example

White with #6C5569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,105); }

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

background-color css

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

 a { background-color: rgb(108,85,105); }

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

border-color css

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

 span { border-color: rgb(108,85,105); }

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