#625986

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

Shades of Kimberly #625986

Tints of Kimberly #625986

Color information

#625986 (or 0x625986) is unknown color: approx Kimberly. HEX triplet: 62, 59 and 86. RGB value is (98,89,134). Sum of RGB (Red+Green+Blue) = 98+89+134=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #625986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625986 is #9DA679. Grayscale: #606060. Windows color (decimal): -10331770 or 8804706. OLE color: 8804706.

HSL color Cylindrical-coordinate representation of color #625986: hue angle of 252º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #625986 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9889134-
CMYK0.270.3400.47
HSL252º20.18%43.73%-
HSV(B)252º33.58%52.55%-
XYZ12.9111.4624.09-
YUV96.82148.98128.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=30.53%
G=27.73%
B=41.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98891340.270.3400.4725220.1843.73
Hex6259861B2202Ffc142c
Octal14213120633420573742454
Binary11000101011001100001101101110001001011111111110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625986; }

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

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

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

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

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

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

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

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