#645889

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

Shades of Kimberly #645889

Tints of Kimberly #645889

Color information

#645889 (or 0x645889) is unknown color: approx Kimberly. HEX triplet: 64, 58 and 89. RGB value is (100,88,137). Sum of RGB (Red+Green+Blue) = 100+88+137=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #645889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645889 is #9BA776. Grayscale: #606060. Windows color (decimal): -10200951 or 9001060. OLE color: 9001060.

HSL color Cylindrical-coordinate representation of color #645889: hue angle of 254.69º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645889 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10088137-
CMYK0.270.3600.46
HSL254.69º21.78%44.12%-
HSV(B)254.69º35.77%53.73%-
XYZ13.2611.4925.19-
YUV97.17150.48130.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=30.77%
G=27.08%
B=42.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100881370.270.3600.46254.6921.7844.12
Hex6458891B2402Eff162c
Octal14413021133440563772654
Binary11001001011000100010011101110010001011101111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645889; }

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

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

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

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

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

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

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

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