#6E58B8

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

Shades of Blue Marguerite #6E58B8

Tints of Blue Marguerite #6E58B8

Color information

#6E58B8 (or 0x6E58B8) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 58 and B8. RGB value is (110,88,184). Sum of RGB (Red+Green+Blue) = 110+88+184=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #6E58B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E58B8 is #91A747. Grayscale: #696969. Windows color (decimal): -9545544 or 12081262. OLE color: 12081262.

HSL color Cylindrical-coordinate representation of color #6E58B8: hue angle of 253.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E58B8 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11088184-
CMYK0.400.5200.28
HSL253.75º40.34%53.33%-
HSV(B)253.75º52.17%72.16%-
XYZ18.5713.7647.02-
YUV105.52172.29131.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.80%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 184 (72.27% from 255) = 48.17%
R=28.80%
G=23.04%
B=48.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal110881840.400.5200.28253.7540.3453.33
Hex6E58B8283401Cfe2835
Octal15613027050640343765065
Binary110111010110001011100010100011010001110011111110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E58B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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