#6451AC

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

Shades of Blue Marguerite #6451AC

Tints of Blue Marguerite #6451AC

Color information

#6451AC (or 0x6451AC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 51 and AC. RGB value is (100,81,172). Sum of RGB (Red+Green+Blue) = 100+81+172=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #6451AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6451AC is #9BAE53. Grayscale: #606060. Windows color (decimal): -10202708 or 11293028. OLE color: 11293028.

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

Color convert

RGB10081172-
CMYK0.420.5300.33
HSL252.53º35.97%49.61%-
HSV(B)252.53º52.91%67.45%-
XYZ15.6411.5740.44-
YUV97.06170.29130.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=28.33%
G=22.95%
B=48.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100811720.420.5300.33252.5335.9749.61
Hex6451AC2A35021fd2432
Octal14412125452650413754462
Binary1100100101000110101100101010110101010000111111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6451AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,81,172); }

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

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

 a { background-color: rgb(100,81,172); }

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

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

 span { border-color: rgb(100,81,172); }

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