#6E62AB

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

Shades of Blue Marguerite #6E62AB

Tints of Blue Marguerite #6E62AB

Color information

#6E62AB (or 0x6E62AB) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 62 and AB. RGB value is (110,98,171). Sum of RGB (Red+Green+Blue) = 110+98+171=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E62AB is #919D54. Grayscale: #6D6D6D. Windows color (decimal): -9542997 or 11231854. OLE color: 11231854.

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

Color convert

RGB11098171-
CMYK0.360.4300.33
HSL249.86º30.29%52.75%-
HSV(B)249.86º42.69%67.06%-
XYZ18.1514.9940.47-
YUV109.91162.48128.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=29.02%
G=25.86%
B=45.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110981710.360.4300.33249.8630.2952.75
Hex6E62AB242B021fa1e35
Octal15614225344530413723665
Binary110111011000101010101110010010101101000011111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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