#6F6AAE

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

Shades of Blue Marguerite #6F6AAE

Tints of Blue Marguerite #6F6AAE

Color information

#6F6AAE (or 0x6F6AAE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 6A and AE. RGB value is (111,106,174). Sum of RGB (Red+Green+Blue) = 111+106+174=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6AAE is #909551. Grayscale: #727272. Windows color (decimal): -9475410 or 11430511. OLE color: 11430511.

HSL color Cylindrical-coordinate representation of color #6F6AAE: hue angle of 244.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F6AAE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB111106174-
CMYK0.360.3900.32
HSL244.41º29.57%54.9%-
HSV(B)244.41º39.08%68.24%-
XYZ19.3516.7442.26-
YUV115.25161.16124.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.39%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=28.39%
G=27.11%
B=44.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111061740.360.3900.32244.4129.5754.9
Hex6F6AAE2427020f41e37
Octal15715225644470403643667
Binary110111111010101010111010010010011101000001111010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,174); }

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

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

 a { background-color: rgb(111,106,174); }

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

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

 span { border-color: rgb(111,106,174); }

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