#6C5EA8

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

Shades of Blue Marguerite #6C5EA8

Tints of Blue Marguerite #6C5EA8

Color information

#6C5EA8 (or 0x6C5EA8) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5E and A8. RGB value is (108,94,168). Sum of RGB (Red+Green+Blue) = 108+94+168=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 168 - color contains mainly: blue. Hex color #6C5EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5EA8 is #93A157. Grayscale: #6A6A6A. Windows color (decimal): -9675096 or 11034220. OLE color: 11034220.

HSL color Cylindrical-coordinate representation of color #6C5EA8: hue angle of 251.35º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C5EA8 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10894168-
CMYK0.360.4400.34
HSL251.35º29.84%51.37%-
HSV(B)251.35º44.05%65.88%-
XYZ17.2514.0238.84-
YUV106.62162.64128.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.19%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 168 (66.02% from 255) = 45.41%
R=29.19%
G=25.41%
B=45.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal108941680.360.4400.34251.3529.8451.37
Hex6C5EA8242C022fb1e33
Octal15413625044540423733663
Binary110110010111101010100010010010110001000101111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,168); }

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

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

 a { background-color: rgb(108,94,168); }

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

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

 span { border-color: rgb(108,94,168); }

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