#60598B

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

Shades of Kimberly #60598B

Tints of Kimberly #60598B

Color information

#60598B (or 0x60598B) is unknown color: approx Kimberly. HEX triplet: 60, 59 and 8B. RGB value is (96,89,139). Sum of RGB (Red+Green+Blue) = 96+89+139=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #60598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60598B is #9FA674. Grayscale: #606060. Windows color (decimal): -10462837 or 9132384. OLE color: 9132384.

HSL color Cylindrical-coordinate representation of color #60598B: hue angle of 248.4º 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 #60598B is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9689139-
CMYK0.310.3600.45
HSL248.4º21.93%44.71%-
HSV(B)248.4º35.97%54.51%-
XYZ13.0611.525.96-
YUV96.79151.82127.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=29.63%
G=27.47%
B=42.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96891390.310.3600.45248.421.9344.71
Hex60598B1F2402Df8162d
Octal14013121337440553702655
Binary11000001011001100010111111110010001011011111100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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