#62598D

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

Shades of Kimberly #62598D

Tints of Kimberly #62598D

Color information

#62598D (or 0x62598D) is unknown color: approx Kimberly. HEX triplet: 62, 59 and 8D. RGB value is (98,89,141). Sum of RGB (Red+Green+Blue) = 98+89+141=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #62598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62598D is #9DA672. Grayscale: #616161. Windows color (decimal): -10331763 or 9263458. OLE color: 9263458.

HSL color Cylindrical-coordinate representation of color #62598D: hue angle of 250.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62598D is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9889141-
CMYK0.300.3700.45
HSL250.38º22.61%45.1%-
HSV(B)250.38º36.88%55.29%-
XYZ13.4211.6626.74-
YUV97.62152.48128.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=29.88%
G=27.13%
B=42.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98891410.300.3700.45250.3822.6145.1
Hex62598D1E2502Dfa172d
Octal14213121536450553722755
Binary11000101011001100011011111010010101011011111101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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