#6F60BF

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

Shades of Blue Marguerite #6F60BF

Tints of Blue Marguerite #6F60BF

Color information

#6F60BF (or 0x6F60BF) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 60 and BF. RGB value is (111,96,191). Sum of RGB (Red+Green+Blue) = 111+96+191=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60BF is #909F40. Grayscale: #6E6E6E. Windows color (decimal): -9477953 or 12542063. OLE color: 12542063.

HSL color Cylindrical-coordinate representation of color #6F60BF: hue angle of 249.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F60BF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11196191-
CMYK0.420.5000.25
HSL249.47º42.6%56.27%-
HSV(B)249.47º49.74%74.9%-
XYZ20.1415.5151.22-
YUV111.32172.97127.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.89%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 191 (75% from 255) = 47.99%
R=27.89%
G=24.12%
B=47.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111961910.420.5000.25249.4742.656.27
Hex6F60BF2A32019f92b38
Octal15714027752620313715370
Binary110111111000001011111110101011001001100111111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,191); }

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

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

 a { background-color: rgb(111,96,191); }

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

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

 span { border-color: rgb(111,96,191); }

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