#6949BE

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

Shades of Blue Marguerite #6949BE

Tints of Blue Marguerite #6949BE

Color information

#6949BE (or 0x6949BE) is unknown color: approx Blue Marguerite. HEX triplet: 69, 49 and BE. RGB value is (105,73,190). Sum of RGB (Red+Green+Blue) = 105+73+190=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #6949BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949BE is #96B641. Grayscale: #5F5F5F. Windows color (decimal): -9877058 or 12470633. OLE color: 12470633.

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

Color convert

RGB10573190-
CMYK0.450.6200.25
HSL256.41º47.37%51.57%-
HSV(B)256.41º61.58%74.51%-
XYZ17.511.4950.01-
YUV95.91181.1134.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=28.53%
G=19.84%
B=51.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105731900.450.6200.25256.4147.3751.57
Hex6949BE2D3E0191002f34
Octal15111127655760314005764
Binary1101001100100110111110101101111110011001100000000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6949BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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