Html Css Color HEX #6E66AC Blue Marguerite

📋 copy color: '#6E66AC'

red 110 ◦ green 102 ◦ blue 172

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

Shades of Blue Marguerite #6E66AC

Tints of Blue Marguerite #6E66AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 28.65%
G = 26.56%
B = 44.79%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E66AC (or 0x6E66AC) is known color: Blue Marguerite. HEX triplet: 6E, 66 and AC. RGB value is (110,102,172). Sum of RGB (Red+Green+Blue) = 110+102+172=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E66AC is #919953. Grayscale: #707070. Windows color (decimal): -9541972 or 11298414. OLE color: 11298414.

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

Color convert

RGB 110 102 172 -
CMYK 0.36 0.41 0 0.33
HSL 246.86º 0.3% 0.54% -
HSV(B) 246.86º 0.41% 0.67% -
XYZ 18.63 15.8 41.1 -
YUV 112.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 110 102 172 0.36 0.41 0 0.33 246.86 0.3 0.54
Hex 6E 66 AC 24 29 0 21 F7 1E 36
Octal 156 146 254 44 51 0 41 367 36 66
Binary 1101110 1100110 10101100 100100 101001 0 100001 11110111 11110 110110

Color Harmonies of #6E66AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E66AC

Black with #6E66AC

Text Example


Text Example

White with #6E66AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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