#6453AD

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

Shades of Blue Marguerite #6453AD

Tints of Blue Marguerite #6453AD

Color information

#6453AD (or 0x6453AD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 53 and AD. RGB value is (100,83,173). Sum of RGB (Red+Green+Blue) = 100+83+173=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #6453AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6453AD is #9BAC52. Grayscale: #626262. Windows color (decimal): -10202195 or 11359076. OLE color: 11359076.

HSL color Cylindrical-coordinate representation of color #6453AD: hue angle of 251.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6453AD is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10083173-
CMYK0.420.5200.32
HSL251.33º35.43%50.2%-
HSV(B)251.33º52.02%67.84%-
XYZ15.8911.9141-
YUV98.34170.13129.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=28.09%
G=23.31%
B=48.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100831730.420.5200.32251.3335.4350.2
Hex6453AD2A34020fb2332
Octal14412325552640403734362
Binary1100100101001110101101101010110100010000011111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6453AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6453AD; }

 p { color: rgb(100,83,173); }

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

<style>
 a { background-color: #6453AD; }

 a { background-color: rgb(100,83,173); }

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

<style>
 span { border-color: #6453AD; }

 span { border-color: rgb(100,83,173); }

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