#64598B

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

Shades of Kimberly #64598B

Tints of Kimberly #64598B

Color information

#64598B (or 0x64598B) is unknown color: approx Kimberly. HEX triplet: 64, 59 and 8B. RGB value is (100,89,139). Sum of RGB (Red+Green+Blue) = 100+89+139=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #64598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64598B is #9BA674. Grayscale: #616161. Windows color (decimal): -10200693 or 9132388. OLE color: 9132388.

HSL color Cylindrical-coordinate representation of color #64598B: hue angle of 253.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64598B is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10089139-
CMYK0.280.3600.45
HSL253.2º21.93%44.71%-
HSV(B)253.2º35.97%54.51%-
XYZ13.4911.7225.98-
YUV97.99151.14129.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=30.49%
G=27.13%
B=42.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100891390.280.3600.45253.221.9344.71
Hex64598B1C2402Dfd162d
Octal14413121334440553752655
Binary11001001011001100010111110010010001011011111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64598B; }

 p { color: rgb(100,89,139); }

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

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

 a { background-color: rgb(100,89,139); }

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

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

 span { border-color: rgb(100,89,139); }

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