#60598C

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

Shades of Kimberly #60598C

Tints of Kimberly #60598C

Color information

#60598C (or 0x60598C) is unknown color: approx Kimberly. HEX triplet: 60, 59 and 8C. RGB value is (96,89,140). Sum of RGB (Red+Green+Blue) = 96+89+140=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #60598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60598C is #9FA673. Grayscale: #606060. Windows color (decimal): -10462836 or 9197920. OLE color: 9197920.

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

Color convert

RGB9689140-
CMYK0.310.3600.45
HSL248.24º22.27%44.9%-
HSV(B)248.24º36.43%54.9%-
XYZ13.1311.5326.34-
YUV96.91152.32127.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=29.54%
G=27.38%
B=43.08%

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
Decimal96891400.310.3600.45248.2422.2744.9
Hex60598C1F2402Df8162d
Octal14013121437440553702655
Binary11000001011001100011001111110010001011011111100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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