Html Css Color HEX #6557BB Blue Marguerite

📋 copy color: '#6557BB'

red 101 ◦ green 87 ◦ blue 187

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

Shades of Blue Marguerite #6557BB

Tints of Blue Marguerite #6557BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 26.93%
G = 23.2%
B = 49.87%

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

#6557BB (or 0x6557BB) is known color: Blue Marguerite. HEX triplet: 65, 57 and BB. RGB value is (101,87,187). Sum of RGB (Red+Green+Blue) = 101+87+187=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #6557BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557BB is #9AA844. Grayscale: #666666. Windows color (decimal): -10135621 or 12277605. OLE color: 12277605.

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

Color convert

RGB 101 87 187 -
CMYK 0.46 0.53 0 0.27
HSL 248.4º 0.42% 0.54% -
HSV(B) 248.4º 0.53% 0.73% -
XYZ 17.74 13.17 48.62 -
YUV 102.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 101 87 187 0.46 0.53 0 0.27 248.4 0.42 0.54
Hex 65 57 BB 2E 35 0 1B F8 2A 36
Octal 145 127 273 56 65 0 33 370 52 66
Binary 1100101 1010111 10111011 101110 110101 0 11011 11111000 101010 110110

Color Harmonies of #6557BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557BB

Black with #6557BB

Text Example


Text Example

White with #6557BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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