Html Css Color HEX #6456AC Blue Marguerite

📋 copy color: '#6456AC'

red 100 ◦ green 86 ◦ blue 172

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

Shades of Blue Marguerite #6456AC

Tints of Blue Marguerite #6456AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 27.93%
G = 24.02%
B = 48.04%

CMYK

 C value IS 0.42

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6456AC (or 0x6456AC) is known color: Blue Marguerite. HEX triplet: 64, 56 and AC. RGB value is (100,86,172). Sum of RGB (Red+Green+Blue) = 100+86+172=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #6456AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6456AC is #9BA953. Grayscale: #636363. Windows color (decimal): -10201428 or 11294308. OLE color: 11294308.

HSL color Cylindrical-coordinate representation of color #6456AC: hue angle of 249.77º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6456AC is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 86 172 -
CMYK 0.42 0.5 0 0.33
HSL 249.77º 0.34% 0.51% -
HSV(B) 249.77º 0.5% 0.67% -
XYZ 16.03 12.34 40.57 -
YUV 99.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 100 86 172 0.42 0.5 0 0.33 249.77 0.34 0.51
Hex 64 56 AC 2A 32 0 21 FA 22 33
Octal 144 126 254 52 62 0 41 372 42 63
Binary 1100100 1010110 10101100 101010 110010 0 100001 11111010 100010 110011

Color Harmonies of #6456AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6456AC

Black with #6456AC

Text Example


Text Example

White with #6456AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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