Html Css Color HEX #6A5063 Salt Box

📋 copy color: '#6A5063'

red 106 ◦ green 80 ◦ blue 99

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

Shades of Salt Box #6A5063

Tints of Salt Box #6A5063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 37.19%
G = 28.07%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A5063 (or 0x6A5063) is known color: Salt Box. HEX triplet: 6A, 50 and 63. RGB value is (106,80,99). Sum of RGB (Red+Green+Blue) = 106+80+99=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5063 is #95AF9C. Grayscale: #595959. Windows color (decimal): -9809821 or 6508650. OLE color: 6508650.

HSL color Cylindrical-coordinate representation of color #6A5063: hue angle of 316.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5063 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 99 -
CMYK 0 0.25 0.07 0.58
HSL 316.15º 0.14% 0.36% -
HSV(B) 316.15º 0.25% 0.42% -
XYZ 11.06 9.7 13.09 -
YUV 89.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 106 80 99 0 0.25 0.07 0.58 316.15 0.14 0.36
Hex 6A 50 63 0 19 7 3A 13C E 24
Octal 152 120 143 0 31 7 72 474 16 44
Binary 1101010 1010000 1100011 0 11001 111 111010 100111100 1110 100100

Color Harmonies of #6A5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5063

Black with #6A5063

Text Example


Text Example

White with #6A5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,99); }

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

background-color css

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

 a { background-color: rgb(106,80,99); }

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

border-color css

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

 span { border-color: rgb(106,80,99); }

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