Html Css Color HEX #6D60AD Blue Marguerite

📋 copy color: '#6D60AD'

red 109 ◦ green 96 ◦ blue 173

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

Shades of Blue Marguerite #6D60AD

Tints of Blue Marguerite #6D60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 28.84%
G = 25.4%
B = 45.77%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D60AD (or 0x6D60AD) is known color: Blue Marguerite. HEX triplet: 6D, 60 and AD. RGB value is (109,96,173). Sum of RGB (Red+Green+Blue) = 109+96+173=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D60AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D60AD is #929F52. Grayscale: #6C6C6C. Windows color (decimal): -9609043 or 11362413. OLE color: 11362413.

HSL color Cylindrical-coordinate representation of color #6D60AD: hue angle of 250.13º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D60AD is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 96 173 -
CMYK 0.37 0.45 0 0.32
HSL 250.13º 0.32% 0.53% -
HSV(B) 250.13º 0.45% 0.68% -
XYZ 18.03 14.63 41.41 -
YUV 108.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 109 96 173 0.37 0.45 0 0.32 250.13 0.32 0.53
Hex 6D 60 AD 25 2D 0 20 FA 20 35
Octal 155 140 255 45 55 0 40 372 40 65
Binary 1101101 1100000 10101101 100101 101101 0 100000 11111010 100000 110101

Color Harmonies of #6D60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D60AD

Black with #6D60AD

Text Example


Text Example

White with #6D60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,173); }

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

background-color css

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

 a { background-color: rgb(109,96,173); }

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

border-color css

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

 span { border-color: rgb(109,96,173); }

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