#62609A

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

Shades of Scampi #62609A

Tints of Scampi #62609A

Color information

#62609A (or 0x62609A) is unknown color: approx Scampi. HEX triplet: 62, 60 and 9A. RGB value is (98,96,154). Sum of RGB (Red+Green+Blue) = 98+96+154=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #62609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62609A is #9D9F65. Grayscale: #666666. Windows color (decimal): -10329958 or 10117218. OLE color: 10117218.

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

Color convert

RGB9896154-
CMYK0.360.3800.40
HSL242.07º23.2%49.02%-
HSV(B)242.07º37.66%60.39%-
XYZ15.0513.332.34-
YUV103.21156.66124.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.16%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=28.16%
G=27.59%
B=44.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98961540.360.3800.40242.0723.249.02
Hex62609A2426028f21731
Octal14214023244460503622761
Binary110001011000001001101010010010011001010001111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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