#6F66AF

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

Shades of Blue Marguerite #6F66AF

Tints of Blue Marguerite #6F66AF

Color information

#6F66AF (or 0x6F66AF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 66 and AF. RGB value is (111,102,175). Sum of RGB (Red+Green+Blue) = 111+102+175=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F66AF is #909950. Grayscale: #707070. Windows color (decimal): -9476433 or 11495023. OLE color: 11495023.

HSL color Cylindrical-coordinate representation of color #6F66AF: hue angle of 247.4º 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 #6F66AF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB111102175-
CMYK0.370.4200.31
HSL247.4º31.33%54.31%-
HSV(B)247.4º41.71%68.63%-
XYZ19.0415.9842.64-
YUV113.01162.98126.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=28.61%
G=26.29%
B=45.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111021750.370.4200.31247.431.3354.31
Hex6F66AF252A01Ff71f36
Octal15714625745520373673766
Binary11011111100110101011111001011010100111111111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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