#6957BE

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

Shades of Blue Marguerite #6957BE

Tints of Blue Marguerite #6957BE

Color information

#6957BE (or 0x6957BE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 57 and BE. RGB value is (105,87,190). Sum of RGB (Red+Green+Blue) = 105+87+190=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #6957BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957BE is #96A841. Grayscale: #676767. Windows color (decimal): -9873474 or 12474217. OLE color: 12474217.

HSL color Cylindrical-coordinate representation of color #6957BE: hue angle of 250.49º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6957BE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10587190-
CMYK0.450.5400.25
HSL250.49º44.21%54.31%-
HSV(B)250.49º54.21%74.51%-
XYZ18.5313.5450.35-
YUV104.12176.46128.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=27.49%
G=22.77%
B=49.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105871900.450.5400.25250.4944.2154.31
Hex6957BE2D36019fa2c36
Octal15112727655660313725466
Binary110100110101111011111010110111011001100111111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6957BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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