Html Css Color HEX #6947BC Blue Marguerite

📋 copy color: '#6947BC'

red 105 ◦ green 71 ◦ blue 188

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

Shades of Blue Marguerite #6947BC

Tints of Blue Marguerite #6947BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

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

R = 28.85%
G = 19.51%
B = 51.65%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6947BC (or 0x6947BC) is known color: Blue Marguerite. HEX triplet: 69, 47 and BC. RGB value is (105,71,188). Sum of RGB (Red+Green+Blue) = 105+71+188=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #6947BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6947BC is #96B843. Grayscale: #5E5E5E. Windows color (decimal): -9877572 or 12339049. OLE color: 12339049.

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

Color convert

RGB 105 71 188 -
CMYK 0.44 0.62 0 0.26
HSL 257.44º 0.47% 0.51% -
HSV(B) 257.44º 0.62% 0.74% -
XYZ 17.16 11.14 48.82 -
YUV 94.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 105 71 188 0.44 0.62 0 0.26 257.44 0.47 0.51
Hex 69 47 BC 2C 3E 0 1A 101 2F 33
Octal 151 107 274 54 76 0 32 401 57 63
Binary 1101001 1000111 10111100 101100 111110 0 11010 100000001 101111 110011

Color Harmonies of #6947BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6947BC

Black with #6947BC

Text Example


Text Example

White with #6947BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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