#62609B

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

Shades of Scampi #62609B

Tints of Scampi #62609B

Color information

#62609B (or 0x62609B) is unknown color: approx Scampi. HEX triplet: 62, 60 and 9B. RGB value is (98,96,155). Sum of RGB (Red+Green+Blue) = 98+96+155=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #62609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62609B is #9D9F64. Grayscale: #676767. Windows color (decimal): -10329957 or 10182754. OLE color: 10182754.

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

Color convert

RGB9896155-
CMYK0.370.3800.39
HSL242.03º23.51%49.22%-
HSV(B)242.03º38.06%60.78%-
XYZ15.1413.3332.79-
YUV103.32157.16124.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.08%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=28.08%
G=27.51%
B=44.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98961550.370.3800.39242.0323.5149.22
Hex62609B2526027f21831
Octal14214023345460473623061
Binary110001011000001001101110010110011001001111111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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