#62559B

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

Shades of Scampi #62559B

Tints of Scampi #62559B

Color information

#62559B (or 0x62559B) is unknown color: approx Scampi. HEX triplet: 62, 55 and 9B. RGB value is (98,85,155). Sum of RGB (Red+Green+Blue) = 98+85+155=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #62559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62559B is #9DAA64. Grayscale: #606060. Windows color (decimal): -10332773 or 10179938. OLE color: 10179938.

HSL color Cylindrical-coordinate representation of color #62559B: hue angle of 251.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62559B is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9885155-
CMYK0.370.4500.39
HSL251.14º29.17%47.06%-
HSV(B)251.14º45.16%60.78%-
XYZ14.211.4632.47-
YUV96.87160.81128.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=28.99%
G=25.15%
B=45.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98851550.370.4500.39251.1429.1747.06
Hex62559B252D027fb1d2f
Octal14212523345550473733557
Binary110001010101011001101110010110110101001111111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62559B; }

 p { color: rgb(98,85,155); }

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

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

 a { background-color: rgb(98,85,155); }

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

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

 span { border-color: rgb(98,85,155); }

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