#625D87

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

Shades of Kimberly #625D87

Tints of Kimberly #625D87

Color information

#625D87 (or 0x625D87) is unknown color: approx Kimberly. HEX triplet: 62, 5D and 87. RGB value is (98,93,135). Sum of RGB (Red+Green+Blue) = 98+93+135=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #625D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D87 is #9DA278. Grayscale: #636363. Windows color (decimal): -10330745 or 8871266. OLE color: 8871266.

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

Color convert

RGB9893135-
CMYK0.270.3100.47
HSL247.14º18.42%44.71%-
HSV(B)247.14º31.11%52.94%-
XYZ13.3212.1724.57-
YUV99.28148.16127.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.06%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=30.06%
G=28.53%
B=41.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98931350.270.3100.47247.1418.4244.71
Hex625D871B1F02Ff7122d
Octal14213520733370573672255
Binary1100010101110110000111110111111101011111111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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