Html Css Color HEX #6E60AA Blue Marguerite

📋 copy color: '#6E60AA'

red 110 ◦ green 96 ◦ blue 170

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

Shades of Blue Marguerite #6E60AA

Tints of Blue Marguerite #6E60AA

RGB

 RED value IS 110 (43.36% from 255) = 29.26%

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

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

R = 29.26%
G = 25.53%
B = 45.21%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E60AA (or 0x6E60AA) is known color: Blue Marguerite. HEX triplet: 6E, 60 and AA. RGB value is (110,96,170). Sum of RGB (Red+Green+Blue) = 110+96+170=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E60AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E60AA is #919F55. Grayscale: #6C6C6C. Windows color (decimal): -9543510 or 11165806. OLE color: 11165806.

HSL color Cylindrical-coordinate representation of color #6E60AA: hue angle of 251.35º 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 #6E60AA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 96 170 -
CMYK 0.35 0.44 0 0.33
HSL 251.35º 0.3% 0.52% -
HSV(B) 251.35º 0.44% 0.67% -
XYZ 17.87 14.58 39.9 -
YUV 108.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 110 96 170 0.35 0.44 0 0.33 251.35 0.3 0.52
Hex 6E 60 AA 23 2C 0 21 FB 1E 34
Octal 156 140 252 43 54 0 41 373 36 64
Binary 1101110 1100000 10101010 100011 101100 0 100001 11111011 11110 110100

Color Harmonies of #6E60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E60AA

Black with #6E60AA

Text Example


Text Example

White with #6E60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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