#62589A

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

Shades of Scampi #62589A

Tints of Scampi #62589A

Color information

#62589A (or 0x62589A) is unknown color: approx Scampi. HEX triplet: 62, 58 and 9A. RGB value is (98,88,154). Sum of RGB (Red+Green+Blue) = 98+88+154=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #62589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62589A is #9DA765. Grayscale: #626262. Windows color (decimal): -10332006 or 10115170. OLE color: 10115170.

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

Color convert

RGB9888154-
CMYK0.360.4300.40
HSL249.09º27.27%47.45%-
HSV(B)249.09º42.86%60.39%-
XYZ14.3611.9132.11-
YUV98.51159.31127.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=28.82%
G=25.88%
B=45.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98881540.360.4300.40249.0927.2747.45
Hex62589A242B028f91b2f
Octal14213023244530503713357
Binary110001010110001001101010010010101101010001111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62589A; }

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

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

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

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

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

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

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

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