#625686

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

Shades of Kimberly #625686

Tints of Kimberly #625686

Color information

#625686 (or 0x625686) is unknown color: approx Kimberly. HEX triplet: 62, 56 and 86. RGB value is (98,86,134). Sum of RGB (Red+Green+Blue) = 98+86+134=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #625686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625686 is #9DA979. Grayscale: #5E5E5E. Windows color (decimal): -10332538 or 8803938. OLE color: 8803938.

HSL color Cylindrical-coordinate representation of color #625686: hue angle of 255º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625686 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9886134-
CMYK0.270.3600.47
HSL255º21.82%43.14%-
HSV(B)255º35.82%52.55%-
XYZ12.6710.9724-
YUV95.06149.98130.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.82%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=30.82%
G=27.04%
B=42.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98861340.270.3600.4725521.8243.14
Hex6256861B2402Fff162b
Octal14212620633440573772653
Binary11000101010110100001101101110010001011111111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625686; }

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

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

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

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

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

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

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

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