#6C5CAA

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

Shades of Blue Marguerite #6C5CAA

Tints of Blue Marguerite #6C5CAA

Color information

#6C5CAA (or 0x6C5CAA) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5C and AA. RGB value is (108,92,170). Sum of RGB (Red+Green+Blue) = 108+92+170=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5CAA is #93A355. Grayscale: #696969. Windows color (decimal): -9675606 or 11164780. OLE color: 11164780.

HSL color Cylindrical-coordinate representation of color #6C5CAA: hue angle of 252.31º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C5CAA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10892170-
CMYK0.360.4600.33
HSL252.31º31.45%51.37%-
HSV(B)252.31º45.88%66.67%-
XYZ17.2713.7439.77-
YUV105.68164.3129.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.19%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=29.19%
G=24.86%
B=45.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108921700.360.4600.33252.3131.4551.37
Hex6C5CAA242E021fc1f33
Octal15413425244560413743763
Binary110110010111001010101010010010111001000011111110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,92,170); }

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

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

 a { background-color: rgb(108,92,170); }

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

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

 span { border-color: rgb(108,92,170); }

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