#645D85

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

Shades of Kimberly #645D85

Tints of Kimberly #645D85

Color information

#645D85 (or 0x645D85) is unknown color: approx Kimberly. HEX triplet: 64, 5D and 85. RGB value is (100,93,133). Sum of RGB (Red+Green+Blue) = 100+93+133=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #645D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D85 is #9BA27A. Grayscale: #636363. Windows color (decimal): -10199675 or 8740196. OLE color: 8740196.

HSL color Cylindrical-coordinate representation of color #645D85: hue angle of 250.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #645D85 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10093133-
CMYK0.250.3000.48
HSL250.5º17.7%44.31%-
HSV(B)250.5º30.08%52.16%-
XYZ13.412.2323.84-
YUV99.65146.82128.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=30.67%
G=28.53%
B=40.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100931330.250.3000.48250.517.744.31
Hex645D85191E030fa122c
Octal14413520531360603722254
Binary1100100101110110000101110011111001100001111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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