#6957BA

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

Shades of Blue Marguerite #6957BA

Tints of Blue Marguerite #6957BA

Color information

#6957BA (or 0x6957BA) is unknown color: approx Blue Marguerite. HEX triplet: 69, 57 and BA. RGB value is (105,87,186). Sum of RGB (Red+Green+Blue) = 105+87+186=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #6957BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957BA is #96A845. Grayscale: #676767. Windows color (decimal): -9873478 or 12212073. OLE color: 12212073.

HSL color Cylindrical-coordinate representation of color #6957BA: hue angle of 250.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6957BA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10587186-
CMYK0.440.5300.27
HSL250.91º41.77%53.53%-
HSV(B)250.91º53.23%72.94%-
XYZ18.113.3648.08-
YUV103.67174.46128.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=27.78%
G=23.02%
B=49.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105871860.440.5300.27250.9141.7753.53
Hex6957BA2C3501Bfb2a36
Octal15112727254650333735266
Binary110100110101111011101010110011010101101111111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6957BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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