#62608C

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

Shades of Kimberly #62608C

Tints of Kimberly #62608C

Color information

#62608C (or 0x62608C) is unknown color: approx Kimberly. HEX triplet: 62, 60 and 8C. RGB value is (98,96,140). Sum of RGB (Red+Green+Blue) = 98+96+140=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #62608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62608C is #9D9F73. Grayscale: #656565. Windows color (decimal): -10329972 or 9199714. OLE color: 9199714.

HSL color Cylindrical-coordinate representation of color #62608C: hue angle of 242.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62608C is Cyan = 0.3, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9896140-
CMYK0.30.3100.45
HSL242.73º18.64%46.27%-
HSV(B)242.73º31.43%54.9%-
XYZ13.9512.8626.56-
YUV101.61149.66125.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=29.34%
G=28.74%
B=41.92%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98961400.30.3100.45242.7318.6446.27
Hex62608C1E1F02Df3132e
Octal14214021436370553632356
Binary1100010110000010001100111101111101011011111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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