Html Css Color HEX #6D55BA Blue Marguerite

📋 copy color: '#6D55BA'

red 109 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #6D55BA

Tints of Blue Marguerite #6D55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 28.68%
G = 22.37%
B = 48.95%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D55BA (or 0x6D55BA) is known color: Blue Marguerite. HEX triplet: 6D, 55 and BA. RGB value is (109,85,186). Sum of RGB (Red+Green+Blue) = 109+85+186=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55BA is #92AA45. Grayscale: #676767. Windows color (decimal): -9611846 or 12211565. OLE color: 12211565.

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

Color convert

RGB 109 85 186 -
CMYK 0.41 0.54 0 0.27
HSL 254.26º 0.42% 0.53% -
HSV(B) 254.26º 0.54% 0.73% -
XYZ 18.42 13.29 48.05 -
YUV 103.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 109 85 186 0.41 0.54 0 0.27 254.26 0.42 0.53
Hex 6D 55 BA 29 36 0 1B FE 2A 35
Octal 155 125 272 51 66 0 33 376 52 65
Binary 1101101 1010101 10111010 101001 110110 0 11011 11111110 101010 110101

Color Harmonies of #6D55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D55BA

Black with #6D55BA

Text Example


Text Example

White with #6D55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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