Html Css Color HEX #6A6468 Salt Box

📋 copy color: '#6A6468'

red 106 ◦ green 100 ◦ blue 104

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

Shades of Salt Box #6A6468

Tints of Salt Box #6A6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

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

R = 34.19%
G = 32.26%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6A6468 (or 0x6A6468) is known color: Salt Box. HEX triplet: 6A, 64 and 68. RGB value is (106,100,104). Sum of RGB (Red+Green+Blue) = 106+100+104=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6468 is #959B97. Grayscale: #666666. Windows color (decimal): -9804696 or 6841450. OLE color: 6841450.

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

Color convert

RGB 106 100 104 -
CMYK 0 0.06 0.02 0.58
HSL 320º 0.03% 0.4% -
HSV(B) 320º 0.06% 0.42% -
XYZ 13 13.18 14.96 -
YUV 102.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 106 100 104 0 0.06 0.02 0.58 320 0.03 0.4
Hex 6A 64 68 0 6 2 3A 140 3 28
Octal 152 144 150 0 6 2 72 500 3 50
Binary 1101010 1100100 1101000 0 110 10 111010 101000000 11 101000

Color Harmonies of #6A6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6468

Black with #6A6468

Text Example


Text Example

White with #6A6468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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