Html Css Color HEX #6D60AA Blue Marguerite

📋 copy color: '#6D60AA'

red 109 ◦ green 96 ◦ blue 170

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

Shades of Blue Marguerite #6D60AA

Tints of Blue Marguerite #6D60AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 29.07%
G = 25.6%
B = 45.33%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D60AA (or 0x6D60AA) is known color: Blue Marguerite. HEX triplet: 6D, 60 and AA. RGB value is (109,96,170). Sum of RGB (Red+Green+Blue) = 109+96+170=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D60AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D60AA is #929F55. Grayscale: #6C6C6C. Windows color (decimal): -9609046 or 11165805. OLE color: 11165805.

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

Color convert

RGB 109 96 170 -
CMYK 0.36 0.44 0 0.33
HSL 250.54º 0.3% 0.52% -
HSV(B) 250.54º 0.44% 0.67% -
XYZ 17.75 14.52 39.9 -
YUV 108.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 109 96 170 0.36 0.44 0 0.33 250.54 0.3 0.52
Hex 6D 60 AA 24 2C 0 21 FB 1E 34
Octal 155 140 252 44 54 0 41 373 36 64
Binary 1101101 1100000 10101010 100100 101100 0 100001 11111011 11110 110100

Color Harmonies of #6D60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D60AA

Black with #6D60AA

Text Example


Text Example

White with #6D60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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