Html Css Color HEX #6554BE Blue Marguerite

📋 copy color: '#6554BE'

red 101 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #6554BE

Tints of Blue Marguerite #6554BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 26.93%
G = 22.4%
B = 50.67%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6554BE (or 0x6554BE) is known color: Blue Marguerite. HEX triplet: 65, 54 and BE. RGB value is (101,84,190). Sum of RGB (Red+Green+Blue) = 101+84+190=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6554BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554BE is #9AAB41. Grayscale: #646464. Windows color (decimal): -10136386 or 12473445. OLE color: 12473445.

HSL color Cylindrical-coordinate representation of color #6554BE: hue angle of 249.62º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6554BE is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 84 190 -
CMYK 0.47 0.56 0 0.25
HSL 249.62º 0.45% 0.54% -
HSV(B) 249.62º 0.56% 0.75% -
XYZ 17.83 12.83 50.25 -
YUV 101.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 101 84 190 0.47 0.56 0 0.25 249.62 0.45 0.54
Hex 65 54 BE 2F 38 0 19 FA 2D 36
Octal 145 124 276 57 70 0 31 372 55 66
Binary 1100101 1010100 10111110 101111 111000 0 11001 11111010 101101 110110

Color Harmonies of #6554BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6554BE

Black with #6554BE

Text Example


Text Example

White with #6554BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6554BE; }

 p { color: rgb(101,84,190); }

 H1.HeaderClassName
 {
   color: #6554BE;
 }
 .AnyTagClassName
 {
   color: #6554BE;
 }
</style>

background-color css

<style>
 a { background-color: #6554BE; }

 a { background-color: rgb(101,84,190); }

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

border-color css

<style>
 span { border-color: #6554BE; }

 span { border-color: rgb(101,84,190); }

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