#625787

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

Shades of Kimberly #625787

Tints of Kimberly #625787

Color information

#625787 (or 0x625787) is unknown color: approx Kimberly. HEX triplet: 62, 57 and 87. RGB value is (98,87,135). Sum of RGB (Red+Green+Blue) = 98+87+135=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #625787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625787 is #9DA878. Grayscale: #5F5F5F. Windows color (decimal): -10332281 or 8869730. OLE color: 8869730.

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

Color convert

RGB9887135-
CMYK0.270.3600.47
HSL253.75º21.62%43.53%-
HSV(B)253.75º35.56%52.94%-
XYZ12.8211.1624.4-
YUV95.76150.14129.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=30.62%
G=27.19%
B=42.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98871350.270.3600.47253.7521.6243.53
Hex6257871B2402Ffe162c
Octal14212720733440573762654
Binary11000101010111100001111101110010001011111111111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625787; }

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

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

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

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

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

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

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

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