#645D8C

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

Shades of Kimberly #645D8C

Tints of Kimberly #645D8C

Color information

#645D8C (or 0x645D8C) is unknown color: approx Kimberly. HEX triplet: 64, 5D and 8C. RGB value is (100,93,140). Sum of RGB (Red+Green+Blue) = 100+93+140=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #645D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D8C is #9BA273. Grayscale: #646464. Windows color (decimal): -10199668 or 9198948. OLE color: 9198948.

HSL color Cylindrical-coordinate representation of color #645D8C: hue angle of 248.94º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645D8C is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10093140-
CMYK0.290.3400.45
HSL248.94º20.17%45.69%-
HSV(B)248.94º33.57%54.9%-
XYZ13.912.4326.48-
YUV100.45150.32127.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=30.03%
G=27.93%
B=42.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100931400.290.3400.45248.9420.1745.69
Hex645D8C1D2202Df9142e
Octal14413521435420553712456
Binary11001001011101100011001110110001001011011111100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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