Html Css Color HEX #6554BC Blue Marguerite

📋 copy color: '#6554BC'

red 101 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #6554BC

Tints of Blue Marguerite #6554BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 27.08%
G = 22.52%
B = 50.4%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6554BC (or 0x6554BC) is known color: Blue Marguerite. HEX triplet: 65, 54 and BC. RGB value is (101,84,188). Sum of RGB (Red+Green+Blue) = 101+84+188=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6554BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554BC is #9AAB43. Grayscale: #646464. Windows color (decimal): -10136388 or 12342373. OLE color: 12342373.

HSL color Cylindrical-coordinate representation of color #6554BC: hue angle of 249.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6554BC is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 84 188 -
CMYK 0.46 0.55 0 0.26
HSL 249.81º 0.44% 0.53% -
HSV(B) 249.81º 0.55% 0.74% -
XYZ 17.61 12.74 49.11 -
YUV 100.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 101 84 188 0.46 0.55 0 0.26 249.81 0.44 0.53
Hex 65 54 BC 2E 37 0 1A FA 2C 35
Octal 145 124 274 56 67 0 32 372 54 65
Binary 1100101 1010100 10111100 101110 110111 0 11010 11111010 101100 110101

Color Harmonies of #6554BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6554BC

Black with #6554BC

Text Example


Text Example

White with #6554BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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