#625682

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

Shades of Kimberly #625682

Tints of Kimberly #625682

Color information

#625682 (or 0x625682) is unknown color: approx Kimberly. HEX triplet: 62, 56 and 82. RGB value is (98,86,130). Sum of RGB (Red+Green+Blue) = 98+86+130=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #625682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625682 is #9DA97D. Grayscale: #5E5E5E. Windows color (decimal): -10332542 or 8541794. OLE color: 8541794.

HSL color Cylindrical-coordinate representation of color #625682: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #625682 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9886130-
CMYK0.250.3400.49
HSL256.36º20.37%42.35%-
HSV(B)256.36º33.85%50.98%-
XYZ12.3910.8622.56-
YUV94.6147.98130.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=31.21%
G=27.39%
B=41.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98861300.250.3400.49256.3620.3742.35
Hex6256821922031100142a
Octal14212620231420614002452
Binary110001010101101000001011001100010011000110000000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625682; }

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

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

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

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

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

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

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

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