Html Css Color HEX #6A5869 Salt Box

📋 copy color: '#6A5869'

red 106 ◦ green 88 ◦ blue 105

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

Shades of Salt Box #6A5869

Tints of Salt Box #6A5869

RGB

 RED value IS 106 (41.8% from 255) = 35.45%

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

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

R = 35.45%
G = 29.43%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6A5869 (or 0x6A5869) is known color: Salt Box. HEX triplet: 6A, 58 and 69. RGB value is (106,88,105). Sum of RGB (Red+Green+Blue) = 106+88+105=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5869 is #95A796. Grayscale: #5F5F5F. Windows color (decimal): -9807767 or 6903914. OLE color: 6903914.

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

Color convert

RGB 106 88 105 -
CMYK 0 0.17 0.01 0.58
HSL 303.33º 0.09% 0.38% -
HSV(B) 303.33º 0.17% 0.42% -
XYZ 11.98 11.06 14.87 -
YUV 95.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 106 88 105 0 0.17 0.01 0.58 303.33 0.09 0.38
Hex 6A 58 69 0 11 1 3A 12F 9 26
Octal 152 130 151 0 21 1 72 457 11 46
Binary 1101010 1011000 1101001 0 10001 1 111010 100101111 1001 100110

Color Harmonies of #6A5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5869

Black with #6A5869

Text Example


Text Example

White with #6A5869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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