#6966AF

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

Shades of Blue Marguerite #6966AF

Tints of Blue Marguerite #6966AF

Color information

#6966AF (or 0x6966AF) is unknown color: approx Blue Marguerite. HEX triplet: 69, 66 and AF. RGB value is (105,102,175). Sum of RGB (Red+Green+Blue) = 105+102+175=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #6966AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6966AF is #969950. Grayscale: #6E6E6E. Windows color (decimal): -9869649 or 11495017. OLE color: 11495017.

HSL color Cylindrical-coordinate representation of color #6966AF: hue angle of 242.47º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6966AF is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105102175-
CMYK0.400.4200.31
HSL242.47º31.33%54.31%-
HSV(B)242.47º41.71%68.63%-
XYZ18.3115.642.6-
YUV111.22163.99123.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=27.49%
G=26.70%
B=45.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051021750.400.4200.31242.4731.3354.31
Hex6966AF282A01Ff21f36
Octal15114625750520373623766
Binary11010011100110101011111010001010100111111111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6966AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6966AF; }

 p { color: rgb(105,102,175); }

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

<style>
 a { background-color: #6966AF; }

 a { background-color: rgb(105,102,175); }

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

<style>
 span { border-color: #6966AF; }

 span { border-color: rgb(105,102,175); }

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