#6F66AC

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

Shades of Blue Marguerite #6F66AC

Tints of Blue Marguerite #6F66AC

Color information

#6F66AC (or 0x6F66AC) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 66 and AC. RGB value is (111,102,172). Sum of RGB (Red+Green+Blue) = 111+102+172=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F66AC is #909953. Grayscale: #707070. Windows color (decimal): -9476436 or 11298415. OLE color: 11298415.

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

Color convert

RGB111102172-
CMYK0.350.4100.33
HSL247.71º29.66%53.73%-
HSV(B)247.71º40.7%67.45%-
XYZ18.7515.8641.1-
YUV112.67161.48126.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.83%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=28.83%
G=26.49%
B=44.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111021720.350.4100.33247.7129.6653.73
Hex6F66AC2329021f81e36
Octal15714625443510413703666
Binary110111111001101010110010001110100101000011111100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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