Html Css Color HEX #645E71 Smoky

📋 copy color: '#645E71'

red 100 ◦ green 94 ◦ blue 113

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

Shades of Smoky #645E71

Tints of Smoky #645E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 32.57%
G = 30.62%
B = 36.81%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#645E71 (or 0x645E71) is known color: Smoky. HEX triplet: 64, 5E and 71. RGB value is (100,94,113). Sum of RGB (Red+Green+Blue) = 100+94+113=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #645E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E71 is #9BA18E. Grayscale: #616161. Windows color (decimal): -10199439 or 7429732. OLE color: 7429732.

HSL color Cylindrical-coordinate representation of color #645E71: hue angle of 258.95º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645E71 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 94 113 -
CMYK 0.12 0.17 0 0.56
HSL 258.95º 0.09% 0.41% -
HSV(B) 258.95º 0.17% 0.44% -
XYZ 12.24 11.91 17.28 -
YUV 97.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 100 94 113 0.12 0.17 0 0.56 258.95 0.09 0.41
Hex 64 5E 71 C 11 0 38 103 9 29
Octal 144 136 161 14 21 0 70 403 11 51
Binary 1100100 1011110 1110001 1100 10001 0 111000 100000011 1001 101001

Color Harmonies of #645E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645E71

Black with #645E71

Text Example


Text Example

White with #645E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,94,113); }

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

background-color css

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

 a { background-color: rgb(100,94,113); }

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

border-color css

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

 span { border-color: rgb(100,94,113); }

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