Html Css Color HEX #7069BA Blue Marguerite

📋 copy color: '#7069BA'

red 112 ◦ green 105 ◦ blue 186

#7069BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7069BA

Tints of Blue Marguerite #7069BA

RGB

 RED value IS 112 (44.14% from 255) = 27.79%

 GREEN value IS 105 (41.41% from 255) = 26.05%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 27.79%
G = 26.05%
B = 46.15%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7069BA (or 0x7069BA) is known color: Blue Marguerite. HEX triplet: 70, 69 and BA. RGB value is (112,105,186). Sum of RGB (Red+Green+Blue) = 112+105+186=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7069BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7069BA is #8F9645. Grayscale: #747474. Windows color (decimal): -9410118 or 12216688. OLE color: 12216688.

HSL color Cylindrical-coordinate representation of color #7069BA: hue angle of 245.19º degrees, saturation: 0.37, 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 #7069BA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 105 186 -
CMYK 0.40 0.44 0 0.27
HSL 245.19º 0.37% 0.57% -
HSV(B) 245.19º 0.44% 0.73% -
XYZ 20.6 17.09 48.67 -
YUV 116.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 112 105 186 0.40 0.44 0 0.27 245.19 0.37 0.57
Hex 70 69 BA 28 2C 0 1B F5 25 39
Octal 160 151 272 50 54 0 33 365 45 71
Binary 1110000 1101001 10111010 101000 101100 0 11011 11110101 100101 111001

Color Harmonies of #7069BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069BA

Black with #7069BA

Text Example


Text Example

White with #7069BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7069BA;
 }
 .AnyTagClassName
 {
   color: #7069BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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