Html Css Color HEX #645D79 Smoky

📋 copy color: '#645D79'

red 100 ◦ green 93 ◦ blue 121

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

Shades of Smoky #645D79

Tints of Smoky #645D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 31.85%
G = 29.62%
B = 38.54%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#645D79 (or 0x645D79) is known color: Smoky. HEX triplet: 64, 5D and 79. RGB value is (100,93,121). Sum of RGB (Red+Green+Blue) = 100+93+121=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #645D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D79 is #9BA286. Grayscale: #626262. Windows color (decimal): -10199687 or 7953764. OLE color: 7953764.

HSL color Cylindrical-coordinate representation of color #645D79: hue angle of 255º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #645D79 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 93 121 -
CMYK 0.17 0.23 0 0.53
HSL 255º 0.13% 0.42% -
HSV(B) 255º 0.23% 0.47% -
XYZ 12.62 11.92 19.72 -
YUV 98.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 100 93 121 0.17 0.23 0 0.53 255 0.13 0.42
Hex 64 5D 79 11 17 0 35 FF D 2A
Octal 144 135 171 21 27 0 65 377 15 52
Binary 1100100 1011101 1111001 10001 10111 0 110101 11111111 1101 101010

Color Harmonies of #645D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D79

Black with #645D79

Text Example


Text Example

White with #645D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645D79; }

 p { color: rgb(100,93,121); }

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

background-color css

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

 a { background-color: rgb(100,93,121); }

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

border-color css

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

 span { border-color: rgb(100,93,121); }

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