#62598A

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

Shades of Kimberly #62598A

Tints of Kimberly #62598A

Color information

#62598A (or 0x62598A) is unknown color: approx Kimberly. HEX triplet: 62, 59 and 8A. RGB value is (98,89,138). Sum of RGB (Red+Green+Blue) = 98+89+138=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #62598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62598A is #9DA675. Grayscale: #616161. Windows color (decimal): -10331766 or 9066850. OLE color: 9066850.

HSL color Cylindrical-coordinate representation of color #62598A: hue angle of 251.02º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62598A is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9889138-
CMYK0.290.3600.46
HSL251.02º21.59%44.51%-
HSV(B)251.02º35.51%54.12%-
XYZ13.211.5825.58-
YUV97.28150.98128.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=30.15%
G=27.38%
B=42.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98891380.290.3600.46251.0221.5944.51
Hex62598A1D2402Efb162d
Octal14213121235440563732655
Binary11000101011001100010101110110010001011101111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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