#6456AA

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

Shades of Blue Marguerite #6456AA

Tints of Blue Marguerite #6456AA

Color information

#6456AA (or 0x6456AA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 56 and AA. RGB value is (100,86,170). Sum of RGB (Red+Green+Blue) = 100+86+170=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #6456AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6456AA is #9BA955. Grayscale: #636363. Windows color (decimal): -10201430 or 11163236. OLE color: 11163236.

HSL color Cylindrical-coordinate representation of color #6456AA: hue angle of 250º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6456AA is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10086170-
CMYK0.410.4900.33
HSL250º33.07%50.2%-
HSV(B)250º49.41%66.67%-
XYZ15.8412.2739.56-
YUV99.76167.64128.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=28.09%
G=24.16%
B=47.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100861700.410.4900.3325033.0750.2
Hex6456AA2931021fa2132
Octal14412625251610413724162
Binary1100100101011010101010101001110001010000111111010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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