#7069BE

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

Shades of Blue Marguerite #7069BE

Tints of Blue Marguerite #7069BE

Color information

#7069BE (or 0x7069BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 69 and BE. RGB value is (112,105,190). Sum of RGB (Red+Green+Blue) = 112+105+190=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #7069BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069BE is #8F9641. Grayscale: #747474. Windows color (decimal): -9410114 or 12478832. OLE color: 12478832.

HSL color Cylindrical-coordinate representation of color #7069BE: hue angle of 244.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7069BE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112105190-
CMYK0.410.4500.25
HSL244.94º39.53%57.84%-
HSV(B)244.94º44.74%74.51%-
XYZ21.0317.2750.94-
YUV116.78169.32124.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=27.52%
G=25.80%
B=46.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121051900.410.4500.25244.9439.5357.84
Hex7069BE292D019f5283a
Octal16015127651550313655072
Binary111000011010011011111010100110110101100111110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7069BE; }

 p { color: rgb(112,105,190); }

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

<style>
 a { background-color: #7069BE; }

 a { background-color: rgb(112,105,190); }

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

<style>
 span { border-color: #7069BE; }

 span { border-color: rgb(112,105,190); }

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