Html Css Color HEX #6D5DB0 Blue Marguerite

📋 copy color: '#6D5DB0'

red 109 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #6D5DB0

Tints of Blue Marguerite #6D5DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.56%

R = 28.84%
G = 24.6%
B = 46.56%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D5DB0 (or 0x6D5DB0) is known color: Blue Marguerite. HEX triplet: 6D, 5D and B0. RGB value is (109,93,176). Sum of RGB (Red+Green+Blue) = 109+93+176=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D5DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5DB0 is #92A24F. Grayscale: #6A6A6A. Windows color (decimal): -9609808 or 11558253. OLE color: 11558253.

HSL color Cylindrical-coordinate representation of color #6D5DB0: hue angle of 251.57º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D5DB0 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 93 176 -
CMYK 0.38 0.47 0 0.31
HSL 251.57º 0.34% 0.53% -
HSV(B) 251.57º 0.47% 0.69% -
XYZ 18.06 14.21 42.87 -
YUV 107.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 109 93 176 0.38 0.47 0 0.31 251.57 0.34 0.53
Hex 6D 5D B0 26 2F 0 1F FC 22 35
Octal 155 135 260 46 57 0 37 374 42 65
Binary 1101101 1011101 10110000 100110 101111 0 11111 11111100 100010 110101

Color Harmonies of #6D5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5DB0

Black with #6D5DB0

Text Example


Text Example

White with #6D5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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