#645E86

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

Shades of Kimberly #645E86

Tints of Kimberly #645E86

Color information

#645E86 (or 0x645E86) is unknown color: approx Kimberly. HEX triplet: 64, 5E and 86. RGB value is (100,94,134). Sum of RGB (Red+Green+Blue) = 100+94+134=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #645E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E86 is #9BA179. Grayscale: #646464. Windows color (decimal): -10199418 or 8805988. OLE color: 8805988.

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

Color convert

RGB10094134-
CMYK0.250.3000.47
HSL249º17.54%44.71%-
HSV(B)249º29.85%52.55%-
XYZ13.5612.4424.24-
YUV100.35146.99127.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=30.49%
G=28.66%
B=40.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100941340.250.3000.4724917.5444.71
Hex645E86191E02Ff9122d
Octal14413620631360573712255
Binary1100100101111010000110110011111001011111111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,134); }

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

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

 a { background-color: rgb(100,94,134); }

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

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

 span { border-color: rgb(100,94,134); }

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