#625984

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

Shades of Kimberly #625984

Tints of Kimberly #625984

Color information

#625984 (or 0x625984) is unknown color: approx Kimberly. HEX triplet: 62, 59 and 84. RGB value is (98,89,132). Sum of RGB (Red+Green+Blue) = 98+89+132=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #625984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625984 is #9DA67B. Grayscale: #606060. Windows color (decimal): -10331772 or 8673634. OLE color: 8673634.

HSL color Cylindrical-coordinate representation of color #625984: hue angle of 252.56º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625984 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9889132-
CMYK0.260.3300.48
HSL252.56º19.46%43.33%-
HSV(B)252.56º32.58%51.76%-
XYZ12.7711.4123.36-
YUV96.59147.98129-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=30.72%
G=27.90%
B=41.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98891320.260.3300.48252.5619.4643.33
Hex6259841A21030fd132b
Octal14213120432410603752353
Binary11000101011001100001001101010000101100001111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625984; }

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

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

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

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

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

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

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

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