#625E88

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

Shades of Kimberly #625E88

Tints of Kimberly #625E88

Color information

#625E88 (or 0x625E88) is unknown color: approx Kimberly. HEX triplet: 62, 5E and 88. RGB value is (98,94,136). Sum of RGB (Red+Green+Blue) = 98+94+136=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #625E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E88 is #9DA177. Grayscale: #636363. Windows color (decimal): -10330488 or 8937058. OLE color: 8937058.

HSL color Cylindrical-coordinate representation of color #625E88: hue angle of 245.71º 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 #625E88 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9894136-
CMYK0.280.3100.47
HSL245.71º18.26%45.1%-
HSV(B)245.71º30.88%53.33%-
XYZ13.4812.3824.97-
YUV99.98148.33126.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=29.88%
G=28.66%
B=41.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98941360.280.3100.47245.7118.2645.1
Hex625E881C1F02Ff6122d
Octal14213621034370573662255
Binary1100010101111010001000111001111101011111111011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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