Html Css Color HEX #6D54BA Blue Marguerite

📋 copy color: '#6D54BA'

red 109 ◦ green 84 ◦ blue 186

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

Shades of Blue Marguerite #6D54BA

Tints of Blue Marguerite #6D54BA

RGB

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

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

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

R = 28.76%
G = 22.16%
B = 49.08%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D54BA (or 0x6D54BA) is known color: Blue Marguerite. HEX triplet: 6D, 54 and BA. RGB value is (109,84,186). Sum of RGB (Red+Green+Blue) = 109+84+186=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D54BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D54BA is #92AB45. Grayscale: #666666. Windows color (decimal): -9612102 or 12211309. OLE color: 12211309.

HSL color Cylindrical-coordinate representation of color #6D54BA: hue angle of 254.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D54BA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 84 186 -
CMYK 0.41 0.55 0 0.27
HSL 254.71º 0.43% 0.53% -
HSV(B) 254.71º 0.55% 0.73% -
XYZ 18.34 13.14 48.02 -
YUV 103.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 109 84 186 0.41 0.55 0 0.27 254.71 0.43 0.53
Hex 6D 54 BA 29 37 0 1B FF 2A 35
Octal 155 124 272 51 67 0 33 377 52 65
Binary 1101101 1010100 10111010 101001 110111 0 11011 11111111 101010 110101

Color Harmonies of #6D54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D54BA

Black with #6D54BA

Text Example


Text Example

White with #6D54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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