Html Css Color HEX #6D5DBA Blue Marguerite

📋 copy color: '#6D5DBA'

red 109 ◦ green 93 ◦ blue 186

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

Shades of Blue Marguerite #6D5DBA

Tints of Blue Marguerite #6D5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

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

R = 28.09%
G = 23.97%
B = 47.94%

CMYK

 C value IS 0.41

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D5DBA (or 0x6D5DBA) is known color: Blue Marguerite. HEX triplet: 6D, 5D and BA. RGB value is (109,93,186). Sum of RGB (Red+Green+Blue) = 109+93+186=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DBA is #92A245. Grayscale: #6C6C6C. Windows color (decimal): -9609798 or 12213613. OLE color: 12213613.

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

Color convert

RGB 109 93 186 -
CMYK 0.41 0.5 0 0.27
HSL 250.32º 0.4% 0.55% -
HSV(B) 250.32º 0.5% 0.73% -
XYZ 19.08 14.63 48.27 -
YUV 108.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 109 93 186 0.41 0.5 0 0.27 250.32 0.4 0.55
Hex 6D 5D BA 29 32 0 1B FA 28 37
Octal 155 135 272 51 62 0 33 372 50 67
Binary 1101101 1011101 10111010 101001 110010 0 11011 11111010 101000 110111

Color Harmonies of #6D5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5DBA

Black with #6D5DBA

Text Example


Text Example

White with #6D5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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