Html Css Color HEX #6A5466 Salt Box

📋 copy color: '#6A5466'

red 106 ◦ green 84 ◦ blue 102

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

Shades of Salt Box #6A5466

Tints of Salt Box #6A5466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 36.3%
G = 28.77%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6A5466 (or 0x6A5466) is known color: Salt Box. HEX triplet: 6A, 54 and 66. RGB value is (106,84,102). Sum of RGB (Red+Green+Blue) = 106+84+102=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5466 is #95AB99. Grayscale: #5C5C5C. Windows color (decimal): -9808794 or 6706282. OLE color: 6706282.

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

Color convert

RGB 106 84 102 -
CMYK 0 0.21 0.04 0.58
HSL 310.91º 0.12% 0.37% -
HSV(B) 310.91º 0.21% 0.42% -
XYZ 11.51 10.36 13.96 -
YUV 92.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 106 84 102 0 0.21 0.04 0.58 310.91 0.12 0.37
Hex 6A 54 66 0 15 4 3A 137 C 25
Octal 152 124 146 0 25 4 72 467 14 45
Binary 1101010 1010100 1100110 0 10101 100 111010 100110111 1100 100101

Color Harmonies of #6A5466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5466

Black with #6A5466

Text Example


Text Example

White with #6A5466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,102); }

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

background-color css

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

 a { background-color: rgb(106,84,102); }

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

border-color css

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

 span { border-color: rgb(106,84,102); }

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