#625899

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

Shades of Scampi #625899

Tints of Scampi #625899

Color information

#625899 (or 0x625899) is unknown color: approx Scampi. HEX triplet: 62, 58 and 99. RGB value is (98,88,153). Sum of RGB (Red+Green+Blue) = 98+88+153=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #625899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625899 is #9DA766. Grayscale: #626262. Windows color (decimal): -10332007 or 10049634. OLE color: 10049634.

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

Color convert

RGB9888153-
CMYK0.360.4200.4
HSL249.23º26.97%47.25%-
HSV(B)249.23º42.48%60%-
XYZ14.2811.8831.68-
YUV98.4158.81127.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=28.91%
G=25.96%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal98881530.360.4200.4249.2326.9747.25
Hex625899242A028f91b2f
Octal14213023144520503713357
Binary110001010110001001100110010010101001010001111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625899; }

 p { color: rgb(98,88,153); }

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

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

 a { background-color: rgb(98,88,153); }

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

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

 span { border-color: rgb(98,88,153); }

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