#625E81

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

Shades of Kimberly #625E81

Tints of Kimberly #625E81

Color information

#625E81 (or 0x625E81) is unknown color: approx Kimberly. HEX triplet: 62, 5E and 81. RGB value is (98,94,129). Sum of RGB (Red+Green+Blue) = 98+94+129=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #625E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E81 is #9DA17E. Grayscale: #636363. Windows color (decimal): -10330495 or 8478306. OLE color: 8478306.

HSL color Cylindrical-coordinate representation of color #625E81: hue angle of 246.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #625E81 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9894129-
CMYK0.240.2700.49
HSL246.86º15.7%43.73%-
HSV(B)246.86º27.13%50.59%-
XYZ1312.1922.44-
YUV99.19144.83127.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=30.53%
G=29.28%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98941290.240.2700.49246.8615.743.73
Hex625E81181B031f7102c
Octal14213620130330613672054
Binary1100010101111010000001110001101101100011111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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