#6C4EAD

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

Shades of Blue Marguerite #6C4EAD

Tints of Blue Marguerite #6C4EAD

Color information

#6C4EAD (or 0x6C4EAD) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4E and AD. RGB value is (108,78,173). Sum of RGB (Red+Green+Blue) = 108+78+173=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4EAD is #93B152. Grayscale: #616161. Windows color (decimal): -9679187 or 11357804. OLE color: 11357804.

HSL color Cylindrical-coordinate representation of color #6C4EAD: hue angle of 258.95º 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 #6C4EAD is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10878173-
CMYK0.380.5500.32
HSL258.95º37.85%49.22%-
HSV(B)258.95º54.91%67.84%-
XYZ16.4511.6540.92-
YUV97.8170.44135.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.08%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=30.08%
G=21.73%
B=48.19%

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
Decimal108781730.380.5500.32258.9537.8549.22
Hex6C4EAD26370201032631
Octal15411625546670404034661
Binary11011001001110101011011001101101110100000100000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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