#645B87

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

Shades of Kimberly #645B87

Tints of Kimberly #645B87

Color information

#645B87 (or 0x645B87) is unknown color: approx Kimberly. HEX triplet: 64, 5B and 87. RGB value is (100,91,135). Sum of RGB (Red+Green+Blue) = 100+91+135=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #645B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645B87 is #9BA478. Grayscale: #626262. Windows color (decimal): -10200185 or 8870756. OLE color: 8870756.

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

Color convert

RGB10091135-
CMYK0.260.3300.47
HSL252.27º19.47%44.31%-
HSV(B)252.27º32.59%52.94%-
XYZ13.3711.9424.52-
YUV98.71148.48128.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=30.67%
G=27.91%
B=41.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100911350.260.3300.47252.2719.4744.31
Hex645B871A2102Ffc132c
Octal14413320732410573742354
Binary11001001011011100001111101010000101011111111110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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