#6753AC

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

Shades of Blue Marguerite #6753AC

Tints of Blue Marguerite #6753AC

Color information

#6753AC (or 0x6753AC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 53 and AC. RGB value is (103,83,172). Sum of RGB (Red+Green+Blue) = 103+83+172=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #6753AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6753AC is #98AC53. Grayscale: #626262. Windows color (decimal): -10005588 or 11293543. OLE color: 11293543.

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

Color convert

RGB10383172-
CMYK0.400.5200.33
HSL253.48º34.9%50%-
HSV(B)253.48º51.74%67.45%-
XYZ16.1312.0540.51-
YUV99.13169.13130.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=28.77%
G=23.18%
B=48.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103831720.400.5200.33253.4834.950
Hex6753AC2834021fd2332
Octal14712325450640413754362
Binary1100111101001110101100101000110100010000111111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6753AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6753AC; }

 p { color: rgb(103,83,172); }

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

<style>
 a { background-color: #6753AC; }

 a { background-color: rgb(103,83,172); }

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

<style>
 span { border-color: #6753AC; }

 span { border-color: rgb(103,83,172); }

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