Html Css Color HEX #646269 Smoky

📋 copy color: '#646269'

red 100 ◦ green 98 ◦ blue 105

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

Shades of Smoky #646269

Tints of Smoky #646269

RGB

 RED value IS 100 (39.45% from 255) = 33%

 GREEN value IS 98 (38.67% from 255) = 32.34%

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

R = 33%
G = 32.34%
B = 34.65%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#646269 (or 0x646269) is known color: Smoky. HEX triplet: 64, 62 and 69. RGB value is (100,98,105). Sum of RGB (Red+Green+Blue) = 100+98+105=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: blue. Hex color #646269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646269 is #9B9D96. Grayscale: #636363. Windows color (decimal): -10198423 or 6906468. OLE color: 6906468.

HSL color Cylindrical-coordinate representation of color #646269: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #646269 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 98 105 -
CMYK 0.05 0.07 0 0.59
HSL 257.14º 0.03% 0.4% -
HSV(B) 257.14º 0.07% 0.41% -
XYZ 12.17 12.46 15.13 -
YUV 99.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 100 98 105 0.05 0.07 0 0.59 257.14 0.03 0.4
Hex 64 62 69 5 7 0 3B 101 3 28
Octal 144 142 151 5 7 0 73 401 3 50
Binary 1100100 1100010 1101001 101 111 0 111011 100000001 11 101000

Color Harmonies of #646269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646269

Black with #646269

Text Example


Text Example

White with #646269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646269; }

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

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

background-color css

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

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

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

border-color css

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

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

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