#6949b7

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

Shades of Blue Marguerite #6949B7

Tints of Blue Marguerite #6949B7

Color information

#6949B7 (or 0x6949B7) is unknown color: approx Blue Marguerite. HEX triplet: 69, 49 and B7. RGB value is (105,73,183). Sum of RGB (Red+Green+Blue) = 105+73+183=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #6949B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949B7 is #96B648. Grayscale: #5E5E5E. Windows color (decimal): -9877065 or 12011881. OLE color: 12011881.

HSL color Cylindrical-coordinate representation of color #6949B7: hue angle of 257.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6949B7 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10573183-
CMYK0.430.6000.28
HSL257.45º43.31%50.2%-
HSV(B)257.45º60.11%71.76%-
XYZ16.7611.1946.08-
YUV95.11177.6135.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=29.09%
G=20.22%
B=50.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105731830.430.6000.28257.4543.3150.2
Hex6949B72B3C01C1012b32
Octal15111126753740344015362
Binary1101001100100110110111101011111100011100100000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6949b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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