Html Css Color HEX #6748BA Blue Marguerite

📋 copy color: '#6748BA'

red 103 ◦ green 72 ◦ blue 186

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

Shades of Blue Marguerite #6748BA

Tints of Blue Marguerite #6748BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 28.53%
G = 19.94%
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

#6748BA (or 0x6748BA) is known color: Blue Marguerite. HEX triplet: 67, 48 and BA. RGB value is (103,72,186). Sum of RGB (Red+Green+Blue) = 103+72+186=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #6748BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748BA is #98B745. Grayscale: #5D5D5D. Windows color (decimal): -10008390 or 12208231. OLE color: 12208231.

HSL color Cylindrical-coordinate representation of color #6748BA: hue angle of 256.32º degrees, saturation: 0.45, 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 #6748BA is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 72 186 -
CMYK 0.45 0.61 0 0.27
HSL 256.32º 0.45% 0.51% -
HSV(B) 256.32º 0.61% 0.73% -
XYZ 16.77 11.06 47.71 -
YUV 94.27 179.77 134.23 -
System Red Green Blue C M Y K H S L
Decimal 103 72 186 0.45 0.61 0 0.27 256.32 0.45 0.51
Hex 67 48 BA 2D 3D 0 1B 100 2D 33
Octal 147 110 272 55 75 0 33 400 55 63
Binary 1100111 1001000 10111010 101101 111101 0 11011 100000000 101101 110011

Color Harmonies of #6748BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6748BA

Black with #6748BA

Text Example


Text Example

White with #6748BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6748BA; }

 p { color: rgb(103,72,186); }

 H1.HeaderClassName
 {
   color: #6748BA;
 }
 .AnyTagClassName
 {
   color: #6748BA;
 }
</style>

background-color css

<style>
 a { background-color: #6748BA; }

 a { background-color: rgb(103,72,186); }

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

border-color css

<style>
 span { border-color: #6748BA; }

 span { border-color: rgb(103,72,186); }

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