#6F68BB

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

Shades of Blue Marguerite #6F68BB

Tints of Blue Marguerite #6F68BB

Color information

#6F68BB (or 0x6F68BB) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 68 and BB. RGB value is (111,104,187). Sum of RGB (Red+Green+Blue) = 111+104+187=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68BB is #909744. Grayscale: #737373. Windows color (decimal): -9475909 or 12281967. OLE color: 12281967.

HSL color Cylindrical-coordinate representation of color #6F68BB: hue angle of 245.06º degrees, saturation: 0.38, 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 #6F68BB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB111104187-
CMYK0.410.4400.27
HSL245.06º37.9%57.06%-
HSV(B)245.06º44.39%73.33%-
XYZ20.4816.8749.19-
YUV115.56168.32124.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=27.61%
G=25.87%
B=46.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111041870.410.4400.27245.0637.957.06
Hex6F68BB292C01Bf52639
Octal15715027351540333654671
Binary110111111010001011101110100110110001101111110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,187); }

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

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

 a { background-color: rgb(111,104,187); }

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

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

 span { border-color: rgb(111,104,187); }

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