Html Css Color HEX #6749BB Blue Marguerite

📋 copy color: '#6749BB'

red 103 ◦ green 73 ◦ blue 187

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

Shades of Blue Marguerite #6749BB

Tints of Blue Marguerite #6749BB

RGB

 RED value IS 103 (40.63% from 255) = 28.37%

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 28.37%
G = 20.11%
B = 51.52%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6749BB (or 0x6749BB) is known color: Blue Marguerite. HEX triplet: 67, 49 and BB. RGB value is (103,73,187). Sum of RGB (Red+Green+Blue) = 103+73+187=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #6749BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749BB is #98B644. Grayscale: #5E5E5E. Windows color (decimal): -10008133 or 12274023. OLE color: 12274023.

HSL color Cylindrical-coordinate representation of color #6749BB: hue angle of 255.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6749BB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 73 187 -
CMYK 0.45 0.61 0 0.27
HSL 255.79º 0.46% 0.51% -
HSV(B) 255.79º 0.61% 0.73% -
XYZ 16.95 11.24 48.29 -
YUV 94.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 103 73 187 0.45 0.61 0 0.27 255.79 0.46 0.51
Hex 67 49 BB 2D 3D 0 1B 100 2E 33
Octal 147 111 273 55 75 0 33 400 56 63
Binary 1100111 1001001 10111011 101101 111101 0 11011 100000000 101110 110011

Color Harmonies of #6749BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6749BB

Black with #6749BB

Text Example


Text Example

White with #6749BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6749BB; }

 p { color: rgb(103,73,187); }

 H1.HeaderClassName
 {
   color: #6749BB;
 }
 .AnyTagClassName
 {
   color: #6749BB;
 }
</style>

background-color css

<style>
 a { background-color: #6749BB; }

 a { background-color: rgb(103,73,187); }

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

border-color css

<style>
 span { border-color: #6749BB; }

 span { border-color: rgb(103,73,187); }

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