#625B87

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

Shades of Kimberly #625B87

Tints of Kimberly #625B87

Color information

#625B87 (or 0x625B87) is unknown color: approx Kimberly. HEX triplet: 62, 5B and 87. RGB value is (98,91,135). Sum of RGB (Red+Green+Blue) = 98+91+135=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #625B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B87 is #9DA478. Grayscale: #616161. Windows color (decimal): -10331257 or 8870754. OLE color: 8870754.

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

Color convert

RGB9891135-
CMYK0.270.3300.47
HSL249.55º19.47%44.31%-
HSV(B)249.55º32.59%52.94%-
XYZ13.1511.8324.51-
YUV98.11148.82127.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=30.25%
G=28.09%
B=41.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98911350.270.3300.47249.5519.4744.31
Hex625B871B2102Ffa132c
Octal14213320733410573722354
Binary11000101011011100001111101110000101011111111101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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