#62598C

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

Shades of Kimberly #62598C

Tints of Kimberly #62598C

Color information

#62598C (or 0x62598C) is unknown color: approx Kimberly. HEX triplet: 62, 59 and 8C. RGB value is (98,89,140). Sum of RGB (Red+Green+Blue) = 98+89+140=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #62598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62598C is #9DA673. Grayscale: #616161. Windows color (decimal): -10331764 or 9197922. OLE color: 9197922.

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

Color convert

RGB9889140-
CMYK0.30.3600.45
HSL250.59º22.27%44.9%-
HSV(B)250.59º36.43%54.9%-
XYZ13.3411.6326.35-
YUV97.5151.98128.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=29.97%
G=27.22%
B=42.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98891400.30.3600.45250.5922.2744.9
Hex62598C1E2402Dfb162d
Octal14213121436440553732655
Binary11000101011001100011001111010010001011011111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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