#6E62A9

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

Shades of Scampi #6E62A9

Tints of Scampi #6E62A9

Color information

#6E62A9 (or 0x6E62A9) is unknown color: approx Scampi. HEX triplet: 6E, 62 and A9. RGB value is (110,98,169). Sum of RGB (Red+Green+Blue) = 110+98+169=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E62A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E62A9 is #919D56. Grayscale: #6D6D6D. Windows color (decimal): -9542999 or 11100782. OLE color: 11100782.

HSL color Cylindrical-coordinate representation of color #6E62A9: hue angle of 250.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E62A9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11098169-
CMYK0.350.4200.34
HSL250.14º29.22%52.35%-
HSV(B)250.14º42.01%66.27%-
XYZ17.9614.9139.47-
YUV109.68161.48128.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=29.18%
G=25.99%
B=44.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal110981690.350.4200.34250.1429.2252.35
Hex6E62A9232A022fa1d34
Octal15614225143520423723564
Binary110111011000101010100110001110101001000101111101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E62A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E62A9; }

 p { color: rgb(110,98,169); }

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

<style>
 a { background-color: #6E62A9; }

 a { background-color: rgb(110,98,169); }

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

<style>
 span { border-color: #6E62A9; }

 span { border-color: rgb(110,98,169); }

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