#625479

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

Shades of Kimberly #625479

Tints of Kimberly #625479

Color information

#625479 (or 0x625479) is unknown color: approx Kimberly. HEX triplet: 62, 54 and 79. RGB value is (98,84,121). Sum of RGB (Red+Green+Blue) = 98+84+121=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #625479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625479 is #9DAB86. Grayscale: #5C5C5C. Windows color (decimal): -10333063 or 7951458. OLE color: 7951458.

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

Color convert

RGB9884121-
CMYK0.190.3100.53
HSL262.7º18.05%40.2%-
HSV(B)262.7º30.58%47.45%-
XYZ11.6610.3219.47-
YUV92.4144.14131.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=32.34%
G=27.72%
B=39.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98841210.190.3100.53262.718.0540.2
Hex625479131F0351071228
Octal14212417123370654072250
Binary1100010101010011110011001111111011010110000011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625479; }

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

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

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

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

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

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

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

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