Html Css Color HEX #6A6469 Salt Box

📋 copy color: '#6A6469'

red 106 ◦ green 100 ◦ blue 105

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

Shades of Salt Box #6A6469

Tints of Salt Box #6A6469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 34.08%
G = 32.15%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6A6469 (or 0x6A6469) is known color: Salt Box. HEX triplet: 6A, 64 and 69. RGB value is (106,100,105). Sum of RGB (Red+Green+Blue) = 106+100+105=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6469 is #959B96. Grayscale: #666666. Windows color (decimal): -9804695 or 6906986. OLE color: 6906986.

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

Color convert

RGB 106 100 105 -
CMYK 0 0.06 0.01 0.58
HSL 310º 0.03% 0.4% -
HSV(B) 310º 0.06% 0.42% -
XYZ 13.05 13.2 15.22 -
YUV 102.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 106 100 105 0 0.06 0.01 0.58 310 0.03 0.4
Hex 6A 64 69 0 6 1 3A 136 3 28
Octal 152 144 151 0 6 1 72 466 3 50
Binary 1101010 1100100 1101001 0 110 1 111010 100110110 11 101000

Color Harmonies of #6A6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6469

Black with #6A6469

Text Example


Text Example

White with #6A6469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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