#6C5AAD

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

Shades of Blue Marguerite #6C5AAD

Tints of Blue Marguerite #6C5AAD

Color information

#6C5AAD (or 0x6C5AAD) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5A and AD. RGB value is (108,90,173). Sum of RGB (Red+Green+Blue) = 108+90+173=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C5AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5AAD is #93A552. Grayscale: #686868. Windows color (decimal): -9676115 or 11360876. OLE color: 11360876.

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

Color convert

RGB10890173-
CMYK0.380.4800.32
HSL253.01º33.6%51.57%-
HSV(B)253.01º47.98%67.84%-
XYZ17.3813.5241.23-
YUV104.84166.46130.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=29.11%
G=24.26%
B=46.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108901730.380.4800.32253.0133.651.57
Hex6C5AAD2630020fd2234
Octal15413225546600403754264
Binary1101100101101010101101100110110000010000011111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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