#625886

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

Shades of Kimberly #625886

Tints of Kimberly #625886

Color information

#625886 (or 0x625886) is unknown color: approx Kimberly. HEX triplet: 62, 58 and 86. RGB value is (98,88,134). Sum of RGB (Red+Green+Blue) = 98+88+134=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #625886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625886 is #9DA779. Grayscale: #606060. Windows color (decimal): -10332026 or 8804450. OLE color: 8804450.

HSL color Cylindrical-coordinate representation of color #625886: hue angle of 253.04º degrees, saturation: 0.21, 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 #625886 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9888134-
CMYK0.270.3400.47
HSL253.04º20.72%43.53%-
HSV(B)253.04º34.33%52.55%-
XYZ12.8311.324.06-
YUV96.23149.31129.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=30.62%
G=27.5%
B=41.88%

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
Decimal98881340.270.3400.47253.0420.7243.53
Hex6258861B2202Ffd152c
Octal14213020633420573752554
Binary11000101011000100001101101110001001011111111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625886; }

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

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

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

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

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

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

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

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