#6C52AF

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

Shades of Blue Marguerite #6C52AF

Tints of Blue Marguerite #6C52AF

Color information

#6C52AF (or 0x6C52AF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 52 and AF. RGB value is (108,82,175). Sum of RGB (Red+Green+Blue) = 108+82+175=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C52AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C52AF is #93AD50. Grayscale: #646464. Windows color (decimal): -9678161 or 11489900. OLE color: 11489900.

HSL color Cylindrical-coordinate representation of color #6C52AF: hue angle of 256.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C52AF is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10882175-
CMYK0.380.5300.31
HSL256.77º36.76%50.39%-
HSV(B)256.77º53.14%68.63%-
XYZ16.9412.3242.04-
YUV100.38170.11133.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=29.59%
G=22.47%
B=47.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108821750.380.5300.31256.7736.7650.39
Hex6C52AF263501F1012532
Octal15412225746650374014562
Binary1101100101001010101111100110110101011111100000001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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