Html Css Color HEX #6557BA Blue Marguerite

📋 copy color: '#6557BA'

red 101 ◦ green 87 ◦ blue 186

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

Shades of Blue Marguerite #6557BA

Tints of Blue Marguerite #6557BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.26%

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

R = 27.01%
G = 23.26%
B = 49.73%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6557BA (or 0x6557BA) is known color: Blue Marguerite. HEX triplet: 65, 57 and BA. RGB value is (101,87,186). Sum of RGB (Red+Green+Blue) = 101+87+186=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #6557BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557BA is #9AA845. Grayscale: #666666. Windows color (decimal): -10135622 or 12212069. OLE color: 12212069.

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

Color convert

RGB 101 87 186 -
CMYK 0.46 0.53 0 0.27
HSL 248.48º 0.42% 0.54% -
HSV(B) 248.48º 0.53% 0.73% -
XYZ 17.64 13.13 48.06 -
YUV 102.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 101 87 186 0.46 0.53 0 0.27 248.48 0.42 0.54
Hex 65 57 BA 2E 35 0 1B F8 2A 36
Octal 145 127 272 56 65 0 33 370 52 66
Binary 1100101 1010111 10111010 101110 110101 0 11011 11111000 101010 110110

Color Harmonies of #6557BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557BA

Black with #6557BA

Text Example


Text Example

White with #6557BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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