#625679

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

Shades of Kimberly #625679

Tints of Kimberly #625679

Color information

#625679 (or 0x625679) is unknown color: approx Kimberly. HEX triplet: 62, 56 and 79. RGB value is (98,86,121). Sum of RGB (Red+Green+Blue) = 98+86+121=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #625679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625679 is #9DA986. Grayscale: #5D5D5D. Windows color (decimal): -10332551 or 7951970. OLE color: 7951970.

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

Color convert

RGB9886121-
CMYK0.190.2900.53
HSL260.57º16.91%40.59%-
HSV(B)260.57º28.93%47.45%-
XYZ11.8210.6319.52-
YUV93.58143.48131.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=32.13%
G=28.20%
B=39.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98861210.190.2900.53260.5716.9140.59
Hex625679131D0351051129
Octal14212617123350654052151
Binary1100010101011011110011001111101011010110000010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625679; }

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

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

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

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

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

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

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

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