Html Css Color HEX #6949BC Blue Marguerite

📋 copy color: '#6949BC'

red 105 ◦ green 73 ◦ blue 188

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

Shades of Blue Marguerite #6949BC

Tints of Blue Marguerite #6949BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 28.69%
G = 19.95%
B = 51.37%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6949BC (or 0x6949BC) is known color: Blue Marguerite. HEX triplet: 69, 49 and BC. RGB value is (105,73,188). Sum of RGB (Red+Green+Blue) = 105+73+188=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #6949BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949BC is #96B643. Grayscale: #5F5F5F. Windows color (decimal): -9877060 or 12339561. OLE color: 12339561.

HSL color Cylindrical-coordinate representation of color #6949BC: hue angle of 256.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6949BC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 73 188 -
CMYK 0.44 0.61 0 0.26
HSL 256.7º 0.46% 0.51% -
HSV(B) 256.7º 0.61% 0.74% -
XYZ 17.29 11.4 48.87 -
YUV 95.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 105 73 188 0.44 0.61 0 0.26 256.7 0.46 0.51
Hex 69 49 BC 2C 3D 0 1A 101 2E 33
Octal 151 111 274 54 75 0 32 401 56 63
Binary 1101001 1001001 10111100 101100 111101 0 11010 100000001 101110 110011

Color Harmonies of #6949BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949BC

Black with #6949BC

Text Example


Text Example

White with #6949BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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