Html Css Color HEX #6E66AE Blue Marguerite

📋 copy color: '#6E66AE'

red 110 ◦ green 102 ◦ blue 174

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

Shades of Blue Marguerite #6E66AE

Tints of Blue Marguerite #6E66AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.42%

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

R = 28.5%
G = 26.42%
B = 45.08%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E66AE (or 0x6E66AE) is known color: Blue Marguerite. HEX triplet: 6E, 66 and AE. RGB value is (110,102,174). Sum of RGB (Red+Green+Blue) = 110+102+174=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E66AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E66AE is #919951. Grayscale: #707070. Windows color (decimal): -9541970 or 11429486. OLE color: 11429486.

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

Color convert

RGB 110 102 174 -
CMYK 0.37 0.41 0 0.32
HSL 246.67º 0.31% 0.54% -
HSV(B) 246.67º 0.41% 0.68% -
XYZ 18.82 15.87 42.12 -
YUV 112.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 110 102 174 0.37 0.41 0 0.32 246.67 0.31 0.54
Hex 6E 66 AE 25 29 0 20 F7 1F 36
Octal 156 146 256 45 51 0 40 367 37 66
Binary 1101110 1100110 10101110 100101 101001 0 100000 11110111 11111 110110

Color Harmonies of #6E66AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E66AE

Black with #6E66AE

Text Example


Text Example

White with #6E66AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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