#6451AD

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

Shades of Blue Marguerite #6451AD

Tints of Blue Marguerite #6451AD

Color information

#6451AD (or 0x6451AD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 51 and AD. RGB value is (100,81,173). Sum of RGB (Red+Green+Blue) = 100+81+173=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #6451AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6451AD is #9BAE52. Grayscale: #606060. Windows color (decimal): -10202707 or 11358564. OLE color: 11358564.

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

Color convert

RGB10081173-
CMYK0.420.5300.32
HSL252.39º36.22%49.8%-
HSV(B)252.39º53.18%67.84%-
XYZ15.7411.6140.95-
YUV97.17170.79130.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 173 (67.97% from 255) = 48.87%
R=28.25%
G=22.88%
B=48.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100811730.420.5300.32252.3936.2249.8
Hex6451AD2A35020fc2432
Octal14412125552650403744462
Binary1100100101000110101101101010110101010000011111100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6451AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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