#7068BD

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

Shades of Blue Marguerite #7068BD

Tints of Blue Marguerite #7068BD

Color information

#7068BD (or 0x7068BD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 68 and BD. RGB value is (112,104,189). Sum of RGB (Red+Green+Blue) = 112+104+189=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #7068BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068BD is #8F9742. Grayscale: #737373. Windows color (decimal): -9410371 or 12413040. OLE color: 12413040.

HSL color Cylindrical-coordinate representation of color #7068BD: hue angle of 245.65º 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 #7068BD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112104189-
CMYK0.410.4500.26
HSL245.65º39.17%57.45%-
HSV(B)245.65º44.97%74.12%-
XYZ20.8217.0250.33-
YUV116.08169.15125.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=27.65%
G=25.68%
B=46.67%

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
Decimal1121041890.410.4500.26245.6539.1757.45
Hex7068BD292D01Af62739
Octal16015027551550323664771
Binary111000011010001011110110100110110101101011110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7068BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7068BD; }

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

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

<style>
 a { background-color: #7068BD; }

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

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

<style>
 span { border-color: #7068BD; }

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

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