Html Css Color HEX #6E60AE Blue Marguerite

📋 copy color: '#6E60AE'

red 110 ◦ green 96 ◦ blue 174

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

Shades of Blue Marguerite #6E60AE

Tints of Blue Marguerite #6E60AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 28.95%
G = 25.26%
B = 45.79%

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

#6E60AE (or 0x6E60AE) is known color: Blue Marguerite. HEX triplet: 6E, 60 and AE. RGB value is (110,96,174). Sum of RGB (Red+Green+Blue) = 110+96+174=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E60AE is #919F51. Grayscale: #6C6C6C. Windows color (decimal): -9543506 or 11427950. OLE color: 11427950.

HSL color Cylindrical-coordinate representation of color #6E60AE: hue angle of 250.77º 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 #6E60AE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 96 174 -
CMYK 0.37 0.45 0 0.32
HSL 250.77º 0.33% 0.53% -
HSV(B) 250.77º 0.45% 0.68% -
XYZ 18.25 14.74 41.93 -
YUV 109.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 110 96 174 0.37 0.45 0 0.32 250.77 0.33 0.53
Hex 6E 60 AE 25 2D 0 20 FB 20 35
Octal 156 140 256 45 55 0 40 373 40 65
Binary 1101110 1100000 10101110 100101 101101 0 100000 11111011 100000 110101

Color Harmonies of #6E60AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E60AE

Black with #6E60AE

Text Example


Text Example

White with #6E60AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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