#6F68BD

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

Shades of Blue Marguerite #6F68BD

Tints of Blue Marguerite #6F68BD

Color information

#6F68BD (or 0x6F68BD) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 68 and BD. RGB value is (111,104,189). Sum of RGB (Red+Green+Blue) = 111+104+189=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F68BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68BD is #909742. Grayscale: #737373. Windows color (decimal): -9475907 or 12413039. OLE color: 12413039.

HSL color Cylindrical-coordinate representation of color #6F68BD: hue angle of 244.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F68BD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111104189-
CMYK0.410.4500.26
HSL244.94º39.17%57.45%-
HSV(B)244.94º44.97%74.12%-
XYZ20.6916.9550.33-
YUV115.78169.32124.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.48%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=27.48%
G=25.74%
B=46.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111041890.410.4500.26244.9439.1757.45
Hex6F68BD292D01Af52739
Octal15715027551550323654771
Binary110111111010001011110110100110110101101011110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F68BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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