Html Css Color HEX #6D5DAB Blue Marguerite

📋 copy color: '#6D5DAB'

red 109 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #6D5DAB

Tints of Blue Marguerite #6D5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 29.22%
G = 24.93%
B = 45.84%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D5DAB (or 0x6D5DAB) is known color: Blue Marguerite. HEX triplet: 6D, 5D and AB. RGB value is (109,93,171). Sum of RGB (Red+Green+Blue) = 109+93+171=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5DAB is #92A254. Grayscale: #6A6A6A. Windows color (decimal): -9609813 or 11230573. OLE color: 11230573.

HSL color Cylindrical-coordinate representation of color #6D5DAB: hue angle of 252.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D5DAB is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 93 171 -
CMYK 0.36 0.46 0 0.33
HSL 252.31º 0.32% 0.52% -
HSV(B) 252.31º 0.46% 0.67% -
XYZ 17.57 14.02 40.31 -
YUV 106.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 109 93 171 0.36 0.46 0 0.33 252.31 0.32 0.52
Hex 6D 5D AB 24 2E 0 21 FC 20 34
Octal 155 135 253 44 56 0 41 374 40 64
Binary 1101101 1011101 10101011 100100 101110 0 100001 11111100 100000 110100

Color Harmonies of #6D5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5DAB

Black with #6D5DAB

Text Example


Text Example

White with #6D5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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