#62608D

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

Shades of Kimberly #62608D

Tints of Kimberly #62608D

Color information

#62608D (or 0x62608D) is unknown color: approx Kimberly. HEX triplet: 62, 60 and 8D. RGB value is (98,96,141). Sum of RGB (Red+Green+Blue) = 98+96+141=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #62608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62608D is #9D9F72. Grayscale: #656565. Windows color (decimal): -10329971 or 9265250. OLE color: 9265250.

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

Color convert

RGB9896141-
CMYK0.300.3200.45
HSL242.67º18.99%46.47%-
HSV(B)242.67º31.91%55.29%-
XYZ14.0312.8926.95-
YUV101.73150.16125.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=29.25%
G=28.66%
B=42.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98961410.300.3200.45242.6718.9946.47
Hex62608D1E2002Df3132e
Octal14214021536400553632356
Binary11000101100000100011011111010000001011011111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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