#6E62AA

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

Shades of Scampi #6E62AA

Tints of Scampi #6E62AA

Color information

#6E62AA (or 0x6E62AA) is unknown color: approx Scampi. HEX triplet: 6E, 62 and AA. RGB value is (110,98,170). Sum of RGB (Red+Green+Blue) = 110+98+170=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E62AA is #919D55. Grayscale: #6D6D6D. Windows color (decimal): -9542998 or 11166318. OLE color: 11166318.

HSL color Cylindrical-coordinate representation of color #6E62AA: hue angle of 250º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E62AA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11098170-
CMYK0.350.4200.33
HSL250º29.75%52.55%-
HSV(B)250º42.35%66.67%-
XYZ18.0514.9539.96-
YUV109.8161.98128.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=29.10%
G=25.93%
B=44.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110981700.350.4200.3325029.7552.55
Hex6E62AA232A021fa1e35
Octal15614225243520413723665
Binary110111011000101010101010001110101001000011111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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