Html Css Color HEX #6557BD Blue Marguerite

📋 copy color: '#6557BD'

red 101 ◦ green 87 ◦ blue 189

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

Shades of Blue Marguerite #6557BD

Tints of Blue Marguerite #6557BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 26.79%
G = 23.08%
B = 50.13%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6557BD (or 0x6557BD) is known color: Blue Marguerite. HEX triplet: 65, 57 and BD. RGB value is (101,87,189). Sum of RGB (Red+Green+Blue) = 101+87+189=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #6557BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557BD is #9AA842. Grayscale: #666666. Windows color (decimal): -10135619 or 12408677. OLE color: 12408677.

HSL color Cylindrical-coordinate representation of color #6557BD: hue angle of 248.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6557BD is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 87 189 -
CMYK 0.47 0.54 0 0.26
HSL 248.24º 0.44% 0.54% -
HSV(B) 248.24º 0.54% 0.74% -
XYZ 17.96 13.26 49.76 -
YUV 102.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 101 87 189 0.47 0.54 0 0.26 248.24 0.44 0.54
Hex 65 57 BD 2F 36 0 1A F8 2C 36
Octal 145 127 275 57 66 0 32 370 54 66
Binary 1100101 1010111 10111101 101111 110110 0 11010 11111000 101100 110110

Color Harmonies of #6557BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557BD

Black with #6557BD

Text Example


Text Example

White with #6557BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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