#6D5EB8

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

Shades of Blue Marguerite #6D5EB8

Tints of Blue Marguerite #6D5EB8

Color information

#6D5EB8 (or 0x6D5EB8) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 5E and B8. RGB value is (109,94,184). Sum of RGB (Red+Green+Blue) = 109+94+184=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #6D5EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5EB8 is #92A147. Grayscale: #6C6C6C. Windows color (decimal): -9609544 or 12082797. OLE color: 12082797.

HSL color Cylindrical-coordinate representation of color #6D5EB8: hue angle of 250º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D5EB8 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10994184-
CMYK0.410.4900.28
HSL250º38.79%54.51%-
HSV(B)250º48.91%72.16%-
XYZ18.9614.7247.19-
YUV108.74170.47128.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.17%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=28.17%
G=24.29%
B=47.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal109941840.410.4900.2825038.7954.51
Hex6D5EB8293101Cfa2737
Octal15513627051610343724767
Binary110110110111101011100010100111000101110011111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,184); }

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

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

 a { background-color: rgb(109,94,184); }

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

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

 span { border-color: rgb(109,94,184); }

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