#62549E

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

Shades of Scampi #62549E

Tints of Scampi #62549E

Color information

#62549E (or 0x62549E) is unknown color: approx Scampi. HEX triplet: 62, 54 and 9E. RGB value is (98,84,158). Sum of RGB (Red+Green+Blue) = 98+84+158=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #62549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62549E is #9DAB61. Grayscale: #606060. Windows color (decimal): -10333026 or 10376290. OLE color: 10376290.

HSL color Cylindrical-coordinate representation of color #62549E: hue angle of 251.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62549E is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9884158-
CMYK0.380.4700.38
HSL251.35º30.58%47.45%-
HSV(B)251.35º46.84%61.96%-
XYZ14.3811.4133.79-
YUV96.62162.64128.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=28.82%
G=24.71%
B=46.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98841580.380.4700.38251.3530.5847.45
Hex62549E262F026fb1f2f
Octal14212423646570463733757
Binary110001010101001001111010011010111101001101111101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62549E; }

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

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

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

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

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

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

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

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