#62618B

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

Shades of Kimberly #62618B

Tints of Kimberly #62618B

Color information

#62618B (or 0x62618B) is unknown color: approx Kimberly. HEX triplet: 62, 61 and 8B. RGB value is (98,97,139). Sum of RGB (Red+Green+Blue) = 98+97+139=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #62618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62618B is #9D9E74. Grayscale: #656565. Windows color (decimal): -10329717 or 9134434. OLE color: 9134434.

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

Color convert

RGB9897139-
CMYK0.290.3000.45
HSL241.43º17.8%46.27%-
HSV(B)241.43º30.22%54.51%-
XYZ13.9713.0126.2-
YUV102.09148.83125.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=29.34%
G=29.04%
B=41.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98971390.290.3000.45241.4317.846.27
Hex62618B1D1E02Df1122e
Octal14214121335360553612256
Binary1100010110000110001011111011111001011011111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62618B; }

 p { color: rgb(98,97,139); }

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

<style>
 a { background-color: #62618B; }

 a { background-color: rgb(98,97,139); }

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

<style>
 span { border-color: #62618B; }

 span { border-color: rgb(98,97,139); }

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