#6A59BA

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

Shades of Blue Marguerite #6A59BA

Tints of Blue Marguerite #6A59BA

Color information

#6A59BA (or 0x6A59BA) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 59 and BA. RGB value is (106,89,186). Sum of RGB (Red+Green+Blue) = 106+89+186=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A59BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59BA is #95A645. Grayscale: #686868. Windows color (decimal): -9807430 or 12212586. OLE color: 12212586.

HSL color Cylindrical-coordinate representation of color #6A59BA: hue angle of 250.52º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A59BA is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10689186-
CMYK0.430.5200.27
HSL250.52º41.28%53.92%-
HSV(B)250.52º52.15%72.94%-
XYZ18.3813.7548.14-
YUV105.14173.63128.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=27.82%
G=23.36%
B=48.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106891860.430.5200.27250.5241.2853.92
Hex6A59BA2B3401Bfb2936
Octal15213127253640333735166
Binary110101010110011011101010101111010001101111111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A59BA; }

 p { color: rgb(106,89,186); }

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

<style>
 a { background-color: #6A59BA; }

 a { background-color: rgb(106,89,186); }

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

<style>
 span { border-color: #6A59BA; }

 span { border-color: rgb(106,89,186); }

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