#625E84

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

Shades of Kimberly #625E84

Tints of Kimberly #625E84

Color information

#625E84 (or 0x625E84) is unknown color: approx Kimberly. HEX triplet: 62, 5E and 84. RGB value is (98,94,132). Sum of RGB (Red+Green+Blue) = 98+94+132=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #625E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E84 is #9DA17B. Grayscale: #636363. Windows color (decimal): -10330492 or 8674914. OLE color: 8674914.

HSL color Cylindrical-coordinate representation of color #625E84: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #625E84 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9894132-
CMYK0.260.2900.48
HSL246.32º16.81%44.31%-
HSV(B)246.32º28.79%51.76%-
XYZ13.212.2723.5-
YUV99.53146.33126.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=30.25%
G=29.01%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98941320.260.2900.48246.3216.8144.31
Hex625E841A1D030f6112c
Octal14213620432350603662154
Binary1100010101111010000100110101110101100001111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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