#6255a9

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

Shades of Blue Marguerite #6255A9

Tints of Blue Marguerite #6255A9

Color information

#6255A9 (or 0x6255A9) is unknown color: approx Blue Marguerite. HEX triplet: 62, 55 and A9. RGB value is (98,85,169). Sum of RGB (Red+Green+Blue) = 98+85+169=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #6255A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6255A9 is #9DAA56. Grayscale: #626262. Windows color (decimal): -10332759 or 11097442. OLE color: 11097442.

HSL color Cylindrical-coordinate representation of color #6255A9: hue angle of 249.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6255A9 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9885169-
CMYK0.420.5000.34
HSL249.29º33.07%49.8%-
HSV(B)249.29º49.7%66.27%-
XYZ15.4511.9639.03-
YUV98.46167.81127.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 169 (66.41% from 255) = 48.01%
R=27.84%
G=24.15%
B=48.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal98851690.420.5000.34249.2933.0749.8
Hex6255A92A32022f92132
Octal14212525152620423714162
Binary1100010101010110101001101010110010010001011111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6255a9; }

 p { color: rgb(98,85,169); }

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

<style>
 a { background-color: #6255a9; }

 a { background-color: rgb(98,85,169); }

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

<style>
 span { border-color: #6255a9; }

 span { border-color: rgb(98,85,169); }

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