Html Css Color HEX #646073 Smoky

📋 copy color: '#646073'

red 100 ◦ green 96 ◦ blue 115

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

Shades of Smoky #646073

Tints of Smoky #646073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 32.15%
G = 30.87%
B = 36.98%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646073 (or 0x646073) is known color: Smoky. HEX triplet: 64, 60 and 73. RGB value is (100,96,115). Sum of RGB (Red+Green+Blue) = 100+96+115=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #646073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646073 is #9B9F8C. Grayscale: #636363. Windows color (decimal): -10198925 or 7561316. OLE color: 7561316.

HSL color Cylindrical-coordinate representation of color #646073: hue angle of 252.63º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646073 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 96 115 -
CMYK 0.13 0.17 0 0.55
HSL 252.63º 0.09% 0.41% -
HSV(B) 252.63º 0.17% 0.45% -
XYZ 12.53 12.31 17.94 -
YUV 99.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 100 96 115 0.13 0.17 0 0.55 252.63 0.09 0.41
Hex 64 60 73 D 11 0 37 FD 9 29
Octal 144 140 163 15 21 0 67 375 11 51
Binary 1100100 1100000 1110011 1101 10001 0 110111 11111101 1001 101001

Color Harmonies of #646073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646073

Black with #646073

Text Example


Text Example

White with #646073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646073; }

 p { color: rgb(100,96,115); }

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

background-color css

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

 a { background-color: rgb(100,96,115); }

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

border-color css

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

 span { border-color: rgb(100,96,115); }

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