#645F70

Color #645F70 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #645F70

Tints of Smoky #645F70

Color information

#645F70 (or 0x645F70) is unknown color: approx Smoky. HEX triplet: 64, 5F and 70. RGB value is (100,95,112). Sum of RGB (Red+Green+Blue) = 100+95+112=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #645F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F70 is #9BA08F. Grayscale: #626262. Windows color (decimal): -10199184 or 7364452. OLE color: 7364452.

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

Color convert

RGB10095112-
CMYK0.110.1500.56
HSL257.65º8.21%40.59%-
HSV(B)257.65º15.18%43.92%-
XYZ12.2712.0617.01-
YUV98.43135.66129.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=32.57%
G=30.94%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100951120.110.1500.56257.658.2140.59
Hex645F70BF038102829
Octal14413716013170704021051
Binary1100100101111111100001011111101110001000000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,112); }

 H1.HeaderClassName
 {
   color: #645F70;
 }
 .AnyTagClassName
 {
   color: #645F70;
 }
</style>
background-color css

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

 a { background-color: rgb(100,95,112); }

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

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

 span { border-color: rgb(100,95,112); }

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