#645D7D

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

Shades of Kimberly #645D7D

Tints of Kimberly #645D7D

Color information

#645D7D (or 0x645D7D) is unknown color: approx Kimberly. HEX triplet: 64, 5D and 7D. RGB value is (100,93,125). Sum of RGB (Red+Green+Blue) = 100+93+125=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #645D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D7D is #9BA282. Grayscale: #626262. Windows color (decimal): -10199683 or 8215908. OLE color: 8215908.

HSL color Cylindrical-coordinate representation of color #645D7D: hue angle of 253.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #645D7D is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10093125-
CMYK0.20.2600.51
HSL253.12º14.68%42.75%-
HSV(B)253.12º25.6%49.02%-
XYZ12.8712.0221.04-
YUV98.74142.82128.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=31.45%
G=29.25%
B=39.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100931250.20.2600.51253.1214.6842.75
Hex645D7D141A033fdf2b
Octal14413517524320633751753
Binary11001001011101111110110100110100110011111111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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