#6C5DAC

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

Shades of Blue Marguerite #6C5DAC

Tints of Blue Marguerite #6C5DAC

Color information

#6C5DAC (or 0x6C5DAC) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5D and AC. RGB value is (108,93,172). Sum of RGB (Red+Green+Blue) = 108+93+172=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5DAC is #93A253. Grayscale: #6A6A6A. Windows color (decimal): -9675348 or 11296108. OLE color: 11296108.

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

Color convert

RGB10893172-
CMYK0.370.4600.33
HSL251.39º32.24%51.96%-
HSV(B)251.39º45.93%67.45%-
XYZ17.551440.81-
YUV106.49164.97129.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.95%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=28.95%
G=24.93%
B=46.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108931720.370.4600.33251.3932.2451.96
Hex6C5DAC252E021fb2034
Octal15413525445560413734064
Binary1101100101110110101100100101101110010000111111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,93,172); }

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

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

 a { background-color: rgb(108,93,172); }

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

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

 span { border-color: rgb(108,93,172); }

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