Html Css Color HEX #6949BF Blue Marguerite

📋 copy color: '#6949BF'

red 105 ◦ green 73 ◦ blue 191

#6949BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6949BF

Tints of Blue Marguerite #6949BF

RGB

 RED value IS 105 (41.41% from 255) = 28.46%

 GREEN value IS 73 (28.91% from 255) = 19.78%

 BLUE value IS 191 (75% from 255) = 51.76%

R = 28.46%
G = 19.78%
B = 51.76%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6949BF (or 0x6949BF) is known color: Blue Marguerite. HEX triplet: 69, 49 and BF. RGB value is (105,73,191). Sum of RGB (Red+Green+Blue) = 105+73+191=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #6949BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949BF is #96B640. Grayscale: #5F5F5F. Windows color (decimal): -9877057 or 12536169. OLE color: 12536169.

HSL color Cylindrical-coordinate representation of color #6949BF: hue angle of 256.27º degrees, saturation: 0.48, 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 #6949BF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 73 191 -
CMYK 0.45 0.62 0 0.25
HSL 256.27º 0.48% 0.52% -
HSV(B) 256.27º 0.62% 0.75% -
XYZ 17.61 11.53 50.59 -
YUV 96.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 105 73 191 0.45 0.62 0 0.25 256.27 0.48 0.52
Hex 69 49 BF 2D 3E 0 19 100 30 34
Octal 151 111 277 55 76 0 31 400 60 64
Binary 1101001 1001001 10111111 101101 111110 0 11001 100000000 110000 110100

Color Harmonies of #6949BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949BF

Black with #6949BF

Text Example


Text Example

White with #6949BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6949BF;
 }
 .AnyTagClassName
 {
   color: #6949BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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