#645D8D

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

Shades of Kimberly #645D8D

Tints of Kimberly #645D8D

Color information

#645D8D (or 0x645D8D) is unknown color: approx Kimberly. HEX triplet: 64, 5D and 8D. RGB value is (100,93,141). Sum of RGB (Red+Green+Blue) = 100+93+141=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #645D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D8D is #9BA272. Grayscale: #646464. Windows color (decimal): -10199667 or 9264484. OLE color: 9264484.

HSL color Cylindrical-coordinate representation of color #645D8D: hue angle of 248.75º degrees, saturation: 0.21, 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 #645D8D is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10093141-
CMYK0.290.3400.45
HSL248.75º20.51%45.88%-
HSV(B)248.75º34.04%55.29%-
XYZ13.9812.4626.87-
YUV100.56150.82127.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=29.94%
G=27.84%
B=42.22%

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
Decimal100931410.290.3400.45248.7520.5145.88
Hex645D8D1D2202Df9152e
Octal14413521535420553712556
Binary11001001011101100011011110110001001011011111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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