Html Css Color HEX #6A5065 Salt Box

📋 copy color: '#6A5065'

red 106 ◦ green 80 ◦ blue 101

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

Shades of Salt Box #6A5065

Tints of Salt Box #6A5065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 36.93%
G = 27.87%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6A5065 (or 0x6A5065) is known color: Salt Box. HEX triplet: 6A, 50 and 65. RGB value is (106,80,101). Sum of RGB (Red+Green+Blue) = 106+80+101=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5065 is #95AF9A. Grayscale: #5A5A5A. Windows color (decimal): -9809819 or 6639722. OLE color: 6639722.

HSL color Cylindrical-coordinate representation of color #6A5065: hue angle of 311.54º 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 #6A5065 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 101 -
CMYK 0 0.25 0.05 0.58
HSL 311.54º 0.14% 0.36% -
HSV(B) 311.54º 0.25% 0.42% -
XYZ 11.16 9.74 13.6 -
YUV 90.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 106 80 101 0 0.25 0.05 0.58 311.54 0.14 0.36
Hex 6A 50 65 0 19 5 3A 138 E 24
Octal 152 120 145 0 31 5 72 470 16 44
Binary 1101010 1010000 1100101 0 11001 101 111010 100111000 1110 100100

Color Harmonies of #6A5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5065

Black with #6A5065

Text Example


Text Example

White with #6A5065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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