Html Css Color HEX #6456BA Blue Marguerite

📋 copy color: '#6456BA'

red 100 ◦ green 86 ◦ blue 186

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

Shades of Blue Marguerite #6456BA

Tints of Blue Marguerite #6456BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

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

R = 26.88%
G = 23.12%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6456BA (or 0x6456BA) is known color: Blue Marguerite. HEX triplet: 64, 56 and BA. RGB value is (100,86,186). Sum of RGB (Red+Green+Blue) = 100+86+186=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6456BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456BA is #9BA945. Grayscale: #656565. Windows color (decimal): -10201414 or 12211812. OLE color: 12211812.

HSL color Cylindrical-coordinate representation of color #6456BA: hue angle of 248.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6456BA is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 86 186 -
CMYK 0.46 0.54 0 0.27
HSL 248.4º 0.42% 0.53% -
HSV(B) 248.4º 0.54% 0.73% -
XYZ 17.45 12.91 48.03 -
YUV 101.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 100 86 186 0.46 0.54 0 0.27 248.4 0.42 0.53
Hex 64 56 BA 2E 36 0 1B F8 2A 35
Octal 144 126 272 56 66 0 33 370 52 65
Binary 1100100 1010110 10111010 101110 110110 0 11011 11111000 101010 110101

Color Harmonies of #6456BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6456BA

Black with #6456BA

Text Example


Text Example

White with #6456BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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