Html Css Color HEX #6D5ABB Blue Marguerite

📋 copy color: '#6D5ABB'

red 109 ◦ green 90 ◦ blue 187

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

Shades of Blue Marguerite #6D5ABB

Tints of Blue Marguerite #6D5ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 28.24%
G = 23.32%
B = 48.45%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D5ABB (or 0x6D5ABB) is known color: Blue Marguerite. HEX triplet: 6D, 5A and BB. RGB value is (109,90,187). Sum of RGB (Red+Green+Blue) = 109+90+187=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D5ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ABB is #92A544. Grayscale: #6A6A6A. Windows color (decimal): -9610565 or 12278381. OLE color: 12278381.

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

Color convert

RGB 109 90 187 -
CMYK 0.42 0.52 0 0.27
HSL 251.75º 0.42% 0.54% -
HSV(B) 251.75º 0.52% 0.73% -
XYZ 18.93 14.15 48.75 -
YUV 106.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 109 90 187 0.42 0.52 0 0.27 251.75 0.42 0.54
Hex 6D 5A BB 2A 34 0 1B FC 2A 36
Octal 155 132 273 52 64 0 33 374 52 66
Binary 1101101 1011010 10111011 101010 110100 0 11011 11111100 101010 110110

Color Harmonies of #6D5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5ABB

Black with #6D5ABB

Text Example


Text Example

White with #6D5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,90,187); }

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

background-color css

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

 a { background-color: rgb(109,90,187); }

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

border-color css

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

 span { border-color: rgb(109,90,187); }

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