#625779

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

Shades of Kimberly #625779

Tints of Kimberly #625779

Color information

#625779 (or 0x625779) is unknown color: approx Kimberly. HEX triplet: 62, 57 and 79. RGB value is (98,87,121). Sum of RGB (Red+Green+Blue) = 98+87+121=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #625779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625779 is #9DA886. Grayscale: #5E5E5E. Windows color (decimal): -10332295 or 7952226. OLE color: 7952226.

HSL color Cylindrical-coordinate representation of color #625779: hue angle of 259.41º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625779 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9887121-
CMYK0.190.2800.53
HSL259.41º16.35%40.78%-
HSV(B)259.41º28.1%47.45%-
XYZ11.910.7919.55-
YUV94.16143.14130.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=32.03%
G=28.43%
B=39.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98871210.190.2800.53259.4116.3540.78
Hex625779131C0351031029
Octal14212717123340654032051
Binary1100010101011111110011001111100011010110000001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625779; }

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

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

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

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

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

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

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

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