#6c53af

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

Shades of Blue Marguerite #6C53AF

Tints of Blue Marguerite #6C53AF

Color information

#6C53AF (or 0x6C53AF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 53 and AF. RGB value is (108,83,175). Sum of RGB (Red+Green+Blue) = 108+83+175=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C53AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C53AF is #93AC50. Grayscale: #646464. Windows color (decimal): -9677905 or 11490156. OLE color: 11490156.

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

Color convert

RGB10883175-
CMYK0.380.5300.31
HSL256.3º36.51%50.59%-
HSV(B)256.3º52.57%68.63%-
XYZ17.0212.4742.07-
YUV100.96169.78133.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.51%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=29.51%
G=22.68%
B=47.81%

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
Decimal108831750.380.5300.31256.336.5150.59
Hex6C53AF263501F1002533
Octal15412325746650374004563
Binary1101100101001110101111100110110101011111100000000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c53af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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