Html Css Color HEX #6A5765 Salt Box

📋 copy color: '#6A5765'

red 106 ◦ green 87 ◦ blue 101

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

Shades of Salt Box #6A5765

Tints of Salt Box #6A5765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

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

R = 36.05%
G = 29.59%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6A5765 (or 0x6A5765) is known color: Salt Box. HEX triplet: 6A, 57 and 65. RGB value is (106,87,101). Sum of RGB (Red+Green+Blue) = 106+87+101=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5765 is #95A89A. Grayscale: #5E5E5E. Windows color (decimal): -9808027 or 6641514. OLE color: 6641514.

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

Color convert

RGB 106 87 101 -
CMYK 0 0.18 0.05 0.58
HSL 315.79º 0.1% 0.38% -
HSV(B) 315.79º 0.18% 0.42% -
XYZ 11.7 10.82 13.78 -
YUV 94.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 106 87 101 0 0.18 0.05 0.58 315.79 0.1 0.38
Hex 6A 57 65 0 12 5 3A 13C A 26
Octal 152 127 145 0 22 5 72 474 12 46
Binary 1101010 1010111 1100101 0 10010 101 111010 100111100 1010 100110

Color Harmonies of #6A5765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5765

Black with #6A5765

Text Example


Text Example

White with #6A5765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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