#645F85

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

Shades of Kimberly #645F85

Tints of Kimberly #645F85

Color information

#645F85 (or 0x645F85) is unknown color: approx Kimberly. HEX triplet: 64, 5F and 85. RGB value is (100,95,133). Sum of RGB (Red+Green+Blue) = 100+95+133=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #645F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645F85 is #9BA07A. Grayscale: #646464. Windows color (decimal): -10199163 or 8740708. OLE color: 8740708.

HSL color Cylindrical-coordinate representation of color #645F85: hue angle of 247.89º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645F85 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10095133-
CMYK0.250.2900.48
HSL247.89º16.67%44.71%-
HSV(B)247.89º28.57%52.16%-
XYZ13.5812.5923.9-
YUV100.83146.16127.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=30.49%
G=28.96%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100951330.250.2900.48247.8916.6744.71
Hex645F85191D030f8112d
Octal14413720531350603702155
Binary1100100101111110000101110011110101100001111100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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