Html Css Color HEX #6D54BC Blue Marguerite

📋 copy color: '#6D54BC'

red 109 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #6D54BC

Tints of Blue Marguerite #6D54BC

RGB

 RED value IS 109 (42.97% from 255) = 28.61%

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

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

R = 28.61%
G = 22.05%
B = 49.34%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D54BC (or 0x6D54BC) is known color: Blue Marguerite. HEX triplet: 6D, 54 and BC. RGB value is (109,84,188). Sum of RGB (Red+Green+Blue) = 109+84+188=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D54BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D54BC is #92AB43. Grayscale: #666666. Windows color (decimal): -9612100 or 12342381. OLE color: 12342381.

HSL color Cylindrical-coordinate representation of color #6D54BC: hue angle of 254.42º 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 #6D54BC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 84 188 -
CMYK 0.42 0.55 0 0.26
HSL 254.42º 0.44% 0.53% -
HSV(B) 254.42º 0.55% 0.74% -
XYZ 18.55 13.22 49.15 -
YUV 103.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 109 84 188 0.42 0.55 0 0.26 254.42 0.44 0.53
Hex 6D 54 BC 2A 37 0 1A FE 2C 35
Octal 155 124 274 52 67 0 32 376 54 65
Binary 1101101 1010100 10111100 101010 110111 0 11010 11111110 101100 110101

Color Harmonies of #6D54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D54BC

Black with #6D54BC

Text Example


Text Example

White with #6D54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D54BC; }

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

 H1.HeaderClassName
 {
   color: #6D54BC;
 }
 .AnyTagClassName
 {
   color: #6D54BC;
 }
</style>

background-color css

<style>
 a { background-color: #6D54BC; }

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

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

border-color css

<style>
 span { border-color: #6D54BC; }

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

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