#6460AE

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

Shades of Blue Marguerite #6460AE

Tints of Blue Marguerite #6460AE

Color information

#6460AE (or 0x6460AE) is unknown color: approx Blue Marguerite. HEX triplet: 64, 60 and AE. RGB value is (100,96,174). Sum of RGB (Red+Green+Blue) = 100+96+174=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #6460AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6460AE is #9B9F51. Grayscale: #696969. Windows color (decimal): -10198866 or 11427940. OLE color: 11427940.

HSL color Cylindrical-coordinate representation of color #6460AE: hue angle of 243.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6460AE is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10096174-
CMYK0.430.4500.32
HSL243.08º32.5%52.94%-
HSV(B)243.08º44.83%68.24%-
XYZ17.0814.1341.87-
YUV106.09166.33123.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=27.03%
G=25.95%
B=47.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100961740.430.4500.32243.0832.552.94
Hex6460AE2B2D020f32035
Octal14414025653550403634065
Binary1100100110000010101110101011101101010000011110011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6460AE; }

 p { color: rgb(100,96,174); }

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

<style>
 a { background-color: #6460AE; }

 a { background-color: rgb(100,96,174); }

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

<style>
 span { border-color: #6460AE; }

 span { border-color: rgb(100,96,174); }

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