Html Css Color HEX #6551BA Blue Marguerite

📋 copy color: '#6551BA'

red 101 ◦ green 81 ◦ blue 186

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

Shades of Blue Marguerite #6551BA

Tints of Blue Marguerite #6551BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

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

R = 27.45%
G = 22.01%
B = 50.54%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6551BA (or 0x6551BA) is known color: Blue Marguerite. HEX triplet: 65, 51 and BA. RGB value is (101,81,186). Sum of RGB (Red+Green+Blue) = 101+81+186=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #6551BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551BA is #9AAE45. Grayscale: #626262. Windows color (decimal): -10137158 or 12210533. OLE color: 12210533.

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

Color convert

RGB 101 81 186 -
CMYK 0.46 0.56 0 0.27
HSL 251.43º 0.43% 0.52% -
HSV(B) 251.43º 0.56% 0.73% -
XYZ 17.17 12.2 47.9 -
YUV 98.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 101 81 186 0.46 0.56 0 0.27 251.43 0.43 0.52
Hex 65 51 BA 2E 38 0 1B FB 2B 34
Octal 145 121 272 56 70 0 33 373 53 64
Binary 1100101 1010001 10111010 101110 111000 0 11011 11111011 101011 110100

Color Harmonies of #6551BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6551BA

Black with #6551BA

Text Example


Text Example

White with #6551BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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