Html Css Color HEX #6448BA Blue Marguerite

📋 copy color: '#6448BA'

red 100 ◦ green 72 ◦ blue 186

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

Shades of Blue Marguerite #6448BA

Tints of Blue Marguerite #6448BA

RGB

 RED value IS 100 (39.45% from 255) = 27.93%

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

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

R = 27.93%
G = 20.11%
B = 51.96%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6448BA (or 0x6448BA) is known color: Blue Marguerite. HEX triplet: 64, 48 and BA. RGB value is (100,72,186). Sum of RGB (Red+Green+Blue) = 100+72+186=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #6448BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6448BA is #9BB745. Grayscale: #5C5C5C. Windows color (decimal): -10204998 or 12208228. OLE color: 12208228.

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

Color convert

RGB 100 72 186 -
CMYK 0.46 0.61 0 0.27
HSL 254.74º 0.45% 0.51% -
HSV(B) 254.74º 0.61% 0.73% -
XYZ 16.44 10.89 47.69 -
YUV 93.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 100 72 186 0.46 0.61 0 0.27 254.74 0.45 0.51
Hex 64 48 BA 2E 3D 0 1B FF 2D 33
Octal 144 110 272 56 75 0 33 377 55 63
Binary 1100100 1001000 10111010 101110 111101 0 11011 11111111 101101 110011

Color Harmonies of #6448BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448BA

Black with #6448BA

Text Example


Text Example

White with #6448BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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