#6F66BA

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

Shades of Blue Marguerite #6F66BA

Tints of Blue Marguerite #6F66BA

Color information

#6F66BA (or 0x6F66BA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 66 and BA. RGB value is (111,102,186). Sum of RGB (Red+Green+Blue) = 111+102+186=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F66BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F66BA is #909945. Grayscale: #717171. Windows color (decimal): -9476422 or 12215919. OLE color: 12215919.

HSL color Cylindrical-coordinate representation of color #6F66BA: hue angle of 246.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F66BA is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111102186-
CMYK0.400.4500.27
HSL246.43º37.84%56.47%-
HSV(B)246.43º45.16%72.94%-
XYZ20.1716.4348.56-
YUV114.27168.48125.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=27.82%
G=25.56%
B=46.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111021860.400.4500.27246.4337.8456.47
Hex6F66BA282D01Bf62638
Octal15714627250550333664670
Binary110111111001101011101010100010110101101111110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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