Html Css Color HEX #6556BA Blue Marguerite

📋 copy color: '#6556BA'

red 101 ◦ green 86 ◦ blue 186

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

Shades of Blue Marguerite #6556BA

Tints of Blue Marguerite #6556BA

RGB

 RED value IS 101 (39.84% from 255) = 27.08%

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

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

R = 27.08%
G = 23.06%
B = 49.87%

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

#6556BA (or 0x6556BA) is known color: Blue Marguerite. HEX triplet: 65, 56 and BA. RGB value is (101,86,186). Sum of RGB (Red+Green+Blue) = 101+86+186=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6556BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556BA is #9AA945. Grayscale: #656565. Windows color (decimal): -10135878 or 12211813. OLE color: 12211813.

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

Color convert

RGB 101 86 186 -
CMYK 0.46 0.54 0 0.27
HSL 249º 0.42% 0.53% -
HSV(B) 249º 0.54% 0.73% -
XYZ 17.56 12.97 48.03 -
YUV 101.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 101 86 186 0.46 0.54 0 0.27 249 0.42 0.53
Hex 65 56 BA 2E 36 0 1B F9 2A 35
Octal 145 126 272 56 66 0 33 371 52 65
Binary 1100101 1010110 10111010 101110 110110 0 11011 11111001 101010 110101

Color Harmonies of #6556BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6556BA

Black with #6556BA

Text Example


Text Example

White with #6556BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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