#6752AA

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

Shades of Blue Marguerite #6752AA

Tints of Blue Marguerite #6752AA

Color information

#6752AA (or 0x6752AA) is unknown color: approx Blue Marguerite. HEX triplet: 67, 52 and AA. RGB value is (103,82,170). Sum of RGB (Red+Green+Blue) = 103+82+170=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #6752AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6752AA is #98AD55. Grayscale: #616161. Windows color (decimal): -10005846 or 11162215. OLE color: 11162215.

HSL color Cylindrical-coordinate representation of color #6752AA: hue angle of 254.32º 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 #6752AA is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10382170-
CMYK0.390.5200.33
HSL254.32º34.92%49.41%-
HSV(B)254.32º51.76%66.67%-
XYZ15.8711.8239.48-
YUV98.31168.46131.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=29.01%
G=23.10%
B=47.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103821700.390.5200.33254.3234.9249.41
Hex6752AA2734021fe2331
Octal14712225247640413764361
Binary1100111101001010101010100111110100010000111111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6752AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6752AA; }

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

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

<style>
 a { background-color: #6752AA; }

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

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

<style>
 span { border-color: #6752AA; }

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

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