Html Css Color HEX #6A5268 Salt Box

📋 copy color: '#6A5268'

red 106 ◦ green 82 ◦ blue 104

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

Shades of Salt Box #6A5268

Tints of Salt Box #6A5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 36.3%
G = 28.08%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6A5268 (or 0x6A5268) is known color: Salt Box. HEX triplet: 6A, 52 and 68. RGB value is (106,82,104). Sum of RGB (Red+Green+Blue) = 106+82+104=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5268 is #95AD97. Grayscale: #5B5B5B. Windows color (decimal): -9809304 or 6836842. OLE color: 6836842.

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

Color convert

RGB 106 82 104 -
CMYK 0 0.23 0.02 0.58
HSL 305º 0.13% 0.37% -
HSV(B) 305º 0.23% 0.42% -
XYZ 11.46 10.1 14.44 -
YUV 91.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 106 82 104 0 0.23 0.02 0.58 305 0.13 0.37
Hex 6A 52 68 0 17 2 3A 131 D 25
Octal 152 122 150 0 27 2 72 461 15 45
Binary 1101010 1010010 1101000 0 10111 10 111010 100110001 1101 100101

Color Harmonies of #6A5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5268

Black with #6A5268

Text Example


Text Example

White with #6A5268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,82,104); }

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

background-color css

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

 a { background-color: rgb(106,82,104); }

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

border-color css

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

 span { border-color: rgb(106,82,104); }

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