#6E58A9

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

Shades of Blue Marguerite #6E58A9

Tints of Blue Marguerite #6E58A9

Color information

#6E58A9 (or 0x6E58A9) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 58 and A9. RGB value is (110,88,169). Sum of RGB (Red+Green+Blue) = 110+88+169=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E58A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E58A9 is #91A756. Grayscale: #676767. Windows color (decimal): -9545559 or 11098222. OLE color: 11098222.

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

Color convert

RGB11088169-
CMYK0.350.4800.34
HSL256.3º32.02%50.39%-
HSV(B)256.3º47.93%66.27%-
XYZ17.0813.1639.18-
YUV103.81164.79132.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=29.97%
G=23.98%
B=46.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal110881690.350.4800.34256.332.0250.39
Hex6E58A923300221002032
Octal15613025143600424004062
Binary11011101011000101010011000111100000100010100000000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E58A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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