#645D89

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

Shades of Kimberly #645D89

Tints of Kimberly #645D89

Color information

#645D89 (or 0x645D89) is unknown color: approx Kimberly. HEX triplet: 64, 5D and 89. RGB value is (100,93,137). Sum of RGB (Red+Green+Blue) = 100+93+137=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #645D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D89 is #9BA276. Grayscale: #636363. Windows color (decimal): -10199671 or 9002340. OLE color: 9002340.

HSL color Cylindrical-coordinate representation of color #645D89: hue angle of 249.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645D89 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10093137-
CMYK0.270.3200.46
HSL249.55º19.13%45.1%-
HSV(B)249.55º32.12%53.73%-
XYZ13.6912.3425.33-
YUV100.11148.82127.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=30.30%
G=28.18%
B=41.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100931370.270.3200.46249.5519.1345.1
Hex645D891B2002Efa132d
Octal14413521133400563722355
Binary11001001011101100010011101110000001011101111101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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