#625E87

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

Shades of Kimberly #625E87

Tints of Kimberly #625E87

Color information

#625E87 (or 0x625E87) is unknown color: approx Kimberly. HEX triplet: 62, 5E and 87. RGB value is (98,94,135). Sum of RGB (Red+Green+Blue) = 98+94+135=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #625E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E87 is #9DA178. Grayscale: #636363. Windows color (decimal): -10330489 or 8871522. OLE color: 8871522.

HSL color Cylindrical-coordinate representation of color #625E87: hue angle of 245.85º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #625E87 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9894135-
CMYK0.270.3000.47
HSL245.85º17.9%44.9%-
HSV(B)245.85º30.37%52.94%-
XYZ13.4112.3524.6-
YUV99.87147.83126.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=29.97%
G=28.75%
B=41.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98941350.270.3000.47245.8517.944.9
Hex625E871B1E02Ff6122d
Octal14213620733360573662255
Binary1100010101111010000111110111111001011111111011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625E87; }

 p { color: rgb(98,94,135); }

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

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

 a { background-color: rgb(98,94,135); }

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

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

 span { border-color: rgb(98,94,135); }

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