Html Css Color HEX #6E64AC Blue Marguerite

📋 copy color: '#6E64AC'

red 110 ◦ green 100 ◦ blue 172

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

Shades of Blue Marguerite #6E64AC

Tints of Blue Marguerite #6E64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

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

R = 28.8%
G = 26.18%
B = 45.03%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E64AC (or 0x6E64AC) is known color: Blue Marguerite. HEX triplet: 6E, 64 and AC. RGB value is (110,100,172). Sum of RGB (Red+Green+Blue) = 110+100+172=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E64AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E64AC is #919B53. Grayscale: #6E6E6E. Windows color (decimal): -9542484 or 11297902. OLE color: 11297902.

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

Color convert

RGB 110 100 172 -
CMYK 0.36 0.42 0 0.33
HSL 248.33º 0.3% 0.53% -
HSV(B) 248.33º 0.42% 0.67% -
XYZ 18.43 15.41 41.03 -
YUV 111.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 110 100 172 0.36 0.42 0 0.33 248.33 0.3 0.53
Hex 6E 64 AC 24 2A 0 21 F8 1E 35
Octal 156 144 254 44 52 0 41 370 36 65
Binary 1101110 1100100 10101100 100100 101010 0 100001 11111000 11110 110101

Color Harmonies of #6E64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64AC

Black with #6E64AC

Text Example


Text Example

White with #6E64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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