#62608A

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

Shades of Kimberly #62608A

Tints of Kimberly #62608A

Color information

#62608A (or 0x62608A) is unknown color: approx Kimberly. HEX triplet: 62, 60 and 8A. RGB value is (98,96,138). Sum of RGB (Red+Green+Blue) = 98+96+138=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #62608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62608A is #9D9F75. Grayscale: #656565. Windows color (decimal): -10329974 or 9068642. OLE color: 9068642.

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

Color convert

RGB9896138-
CMYK0.290.3000.46
HSL242.86º17.95%45.88%-
HSV(B)242.86º30.43%54.12%-
XYZ13.8112.825.79-
YUV101.39148.66125.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=29.52%
G=28.92%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98961380.290.3000.46242.8617.9545.88
Hex62608A1D1E02Ef3122e
Octal14214021235360563632256
Binary1100010110000010001010111011111001011101111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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