#6259aa

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

Shades of Blue Marguerite #6259AA

Tints of Blue Marguerite #6259AA

Color information

#6259AA (or 0x6259AA) is unknown color: approx Blue Marguerite. HEX triplet: 62, 59 and AA. RGB value is (98,89,170). Sum of RGB (Red+Green+Blue) = 98+89+170=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #6259AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6259AA is #9DA655. Grayscale: #646464. Windows color (decimal): -10331734 or 11164002. OLE color: 11164002.

HSL color Cylindrical-coordinate representation of color #6259AA: hue angle of 246.67º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6259AA is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9889170-
CMYK0.420.4800.33
HSL246.67º32.27%50.78%-
HSV(B)246.67º47.65%66.67%-
XYZ15.8712.6439.63-
YUV100.92166.98125.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.45%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=27.45%
G=24.93%
B=47.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98891700.420.4800.33246.6732.2750.78
Hex6259AA2A30021f72033
Octal14213125252600413674063
Binary1100010101100110101010101010110000010000111110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6259aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6259aa; }

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

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

<style>
 a { background-color: #6259aa; }

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

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

<style>
 span { border-color: #6259aa; }

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

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