#6C4EAE

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

Shades of Blue Marguerite #6C4EAE

Tints of Blue Marguerite #6C4EAE

Color information

#6C4EAE (or 0x6C4EAE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4E and AE. RGB value is (108,78,174). Sum of RGB (Red+Green+Blue) = 108+78+174=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C4EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4EAE is #93B151. Grayscale: #616161. Windows color (decimal): -9679186 or 11423340. OLE color: 11423340.

HSL color Cylindrical-coordinate representation of color #6C4EAE: hue angle of 258.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C4EAE is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10878174-
CMYK0.380.5500.32
HSL258.75º38.1%49.41%-
HSV(B)258.75º55.17%68.24%-
XYZ16.5511.6941.43-
YUV97.91170.94135.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=30%
G=21.67%
B=48.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108781740.380.5500.32258.7538.149.41
Hex6C4EAE26370201032631
Octal15411625646670404034661
Binary11011001001110101011101001101101110100000100000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,78,174); }

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

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

 a { background-color: rgb(108,78,174); }

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

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

 span { border-color: rgb(108,78,174); }

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