#60598E

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

Shades of Kimberly #60598E

Tints of Kimberly #60598E

Color information

#60598E (or 0x60598E) is unknown color: approx Kimberly. HEX triplet: 60, 59 and 8E. RGB value is (96,89,142). Sum of RGB (Red+Green+Blue) = 96+89+142=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #60598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60598E is #9FA671. Grayscale: #606060. Windows color (decimal): -10462834 or 9328992. OLE color: 9328992.

HSL color Cylindrical-coordinate representation of color #60598E: hue angle of 247.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60598E is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9689142-
CMYK0.320.3700.44
HSL247.92º22.94%45.29%-
HSV(B)247.92º37.32%55.69%-
XYZ13.2811.5827.13-
YUV97.14153.32127.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=29.36%
G=27.22%
B=43.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96891420.320.3700.44247.9222.9445.29
Hex60598E202502Cf8172d
Octal14013121640450543702755
Binary110000010110011000111010000010010101011001111100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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