#6452AA

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

Shades of Blue Marguerite #6452AA

Tints of Blue Marguerite #6452AA

Color information

#6452AA (or 0x6452AA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 52 and AA. RGB value is (100,82,170). Sum of RGB (Red+Green+Blue) = 100+82+170=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #6452AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6452AA is #9BAD55. Grayscale: #616161. Windows color (decimal): -10202454 or 11162212. OLE color: 11162212.

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

Color convert

RGB10082170-
CMYK0.410.5200.33
HSL252.27º34.92%49.41%-
HSV(B)252.27º51.76%66.67%-
XYZ15.5311.6539.46-
YUV97.41168.96129.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=28.41%
G=23.30%
B=48.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100821700.410.5200.33252.2734.9249.41
Hex6452AA2934021fc2331
Octal14412225251640413744361
Binary1100100101001010101010101001110100010000111111100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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