#6F69BA

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

Shades of Blue Marguerite #6F69BA

Tints of Blue Marguerite #6F69BA

Color information

#6F69BA (or 0x6F69BA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 69 and BA. RGB value is (111,105,186). Sum of RGB (Red+Green+Blue) = 111+105+186=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F69BA is #909645. Grayscale: #737373. Windows color (decimal): -9475654 or 12216687. OLE color: 12216687.

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

Color convert

RGB111105186-
CMYK0.400.4400.27
HSL244.44º36.99%57.06%-
HSV(B)244.44º43.55%72.94%-
XYZ20.4717.0348.66-
YUV116.03167.49124.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=27.61%
G=26.12%
B=46.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111051860.400.4400.27244.4436.9957.06
Hex6F69BA282C01Bf42539
Octal15715127250540333644571
Binary110111111010011011101010100010110001101111110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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