#6C52AA

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

Shades of Blue Marguerite #6C52AA

Tints of Blue Marguerite #6C52AA

Color information

#6C52AA (or 0x6C52AA) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 52 and AA. RGB value is (108,82,170). Sum of RGB (Red+Green+Blue) = 108+82+170=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C52AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C52AA is #93AD55. Grayscale: #636363. Windows color (decimal): -9678166 or 11162220. OLE color: 11162220.

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

Color convert

RGB10882170-
CMYK0.360.5200.33
HSL257.73º34.92%49.41%-
HSV(B)257.73º51.76%66.67%-
XYZ16.4612.1339.5-
YUV99.81167.61133.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=30%
G=22.78%
B=47.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108821700.360.5200.33257.7334.9249.41
Hex6C52AA24340211022331
Octal15412225244640414024361
Binary11011001010010101010101001001101000100001100000010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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