#6E65AC

Color #6E65AC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6E65AC

Tints of Blue Marguerite #6E65AC

Color information

#6E65AC (or 0x6E65AC) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 65 and AC. RGB value is (110,101,172). Sum of RGB (Red+Green+Blue) = 110+101+172=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E65AC is #919A53. Grayscale: #6F6F6F. Windows color (decimal): -9542228 or 11298158. OLE color: 11298158.

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

Color convert

RGB110101172-
CMYK0.360.4100.33
HSL247.61º29.96%53.53%-
HSV(B)247.61º41.28%67.45%-
XYZ18.5315.641.06-
YUV111.78161.98126.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.72%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=28.72%
G=26.37%
B=44.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101011720.360.4100.33247.6129.9653.53
Hex6E65AC2429021f81e36
Octal15614525444510413703666
Binary110111011001011010110010010010100101000011111100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E65AC;
 }
 .AnyTagClassName
 {
   color: #6E65AC;
 }
</style>
background-color css

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

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

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

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

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

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