#6959BA

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

Shades of Blue Marguerite #6959BA

Tints of Blue Marguerite #6959BA

Color information

#6959BA (or 0x6959BA) is unknown color: approx Blue Marguerite. HEX triplet: 69, 59 and BA. RGB value is (105,89,186). Sum of RGB (Red+Green+Blue) = 105+89+186=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #6959BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959BA is #96A645. Grayscale: #686868. Windows color (decimal): -9872966 or 12212585. OLE color: 12212585.

HSL color Cylindrical-coordinate representation of color #6959BA: hue angle of 249.9º 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 #6959BA is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10589186-
CMYK0.440.5200.27
HSL249.9º41.28%53.92%-
HSV(B)249.9º52.15%72.94%-
XYZ18.2613.6948.13-
YUV104.84173.8128.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=27.63%
G=23.42%
B=48.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105891860.440.5200.27249.941.2853.92
Hex6959BA2C3401Bfa2936
Octal15113127254640333725166
Binary110100110110011011101010110011010001101111111010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6959BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6959BA; }

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

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

<style>
 a { background-color: #6959BA; }

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

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

<style>
 span { border-color: #6959BA; }

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

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