#645887

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

Shades of Kimberly #645887

Tints of Kimberly #645887

Color information

#645887 (or 0x645887) is unknown color: approx Kimberly. HEX triplet: 64, 58 and 87. RGB value is (100,88,135). Sum of RGB (Red+Green+Blue) = 100+88+135=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #645887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645887 is #9BA778. Grayscale: #606060. Windows color (decimal): -10200953 or 8869988. OLE color: 8869988.

HSL color Cylindrical-coordinate representation of color #645887: hue angle of 255.32º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645887 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10088135-
CMYK0.260.3500.47
HSL255.32º21.08%43.73%-
HSV(B)255.32º34.81%52.94%-
XYZ13.1211.4424.44-
YUV96.95149.48130.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=30.96%
G=27.24%
B=41.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100881350.260.3500.47255.3221.0843.73
Hex6458871A2302Fff152c
Octal14413020732430573772554
Binary11001001011000100001111101010001101011111111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645887; }

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

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

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

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

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

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

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

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