#6256AA

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

Shades of Blue Marguerite #6256AA

Tints of Blue Marguerite #6256AA

Color information

#6256AA (or 0x6256AA) is unknown color: approx Blue Marguerite. HEX triplet: 62, 56 and AA. RGB value is (98,86,170). Sum of RGB (Red+Green+Blue) = 98+86+170=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6256AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6256AA is #9DA955. Grayscale: #626262. Windows color (decimal): -10332502 or 11163234. OLE color: 11163234.

HSL color Cylindrical-coordinate representation of color #6256AA: hue angle of 248.57º 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 #6256AA is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9886170-
CMYK0.420.4900.33
HSL248.57º33.07%50.2%-
HSV(B)248.57º49.41%66.67%-
XYZ15.6212.1539.55-
YUV99.16167.98127.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=27.68%
G=24.29%
B=48.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98861700.420.4900.33248.5733.0750.2
Hex6256AA2A31021f92132
Octal14212625252610413714162
Binary1100010101011010101010101010110001010000111111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6256AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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