#625784

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

Shades of Kimberly #625784

Tints of Kimberly #625784

Color information

#625784 (or 0x625784) is unknown color: approx Kimberly. HEX triplet: 62, 57 and 84. RGB value is (98,87,132). Sum of RGB (Red+Green+Blue) = 98+87+132=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #625784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625784 is #9DA87B. Grayscale: #5F5F5F. Windows color (decimal): -10332284 or 8673122. OLE color: 8673122.

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

Color convert

RGB9887132-
CMYK0.260.3400.48
HSL254.67º20.55%42.94%-
HSV(B)254.67º34.09%51.76%-
XYZ12.6111.0823.3-
YUV95.42148.64129.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=30.91%
G=27.44%
B=41.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98871320.260.3400.48254.6720.5542.94
Hex6257841A22030ff152b
Octal14212720432420603772553
Binary11000101010111100001001101010001001100001111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625784; }

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

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

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

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

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

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

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

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