Html Css Color HEX #7069AE Blue Marguerite

📋 copy color: '#7069AE'

red 112 ◦ green 105 ◦ blue 174

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

Shades of Blue Marguerite #7069AE

Tints of Blue Marguerite #7069AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 28.64%
G = 26.85%
B = 44.5%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7069AE (or 0x7069AE) is known color: Blue Marguerite. HEX triplet: 70, 69 and AE. RGB value is (112,105,174). Sum of RGB (Red+Green+Blue) = 112+105+174=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7069AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7069AE is #8F9651. Grayscale: #727272. Windows color (decimal): -9410130 or 11430256. OLE color: 11430256.

HSL color Cylindrical-coordinate representation of color #7069AE: hue angle of 246.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7069AE is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 105 174 -
CMYK 0.36 0.40 0 0.32
HSL 246.09º 0.3% 0.55% -
HSV(B) 246.09º 0.4% 0.68% -
XYZ 19.37 16.6 42.23 -
YUV 114.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 112 105 174 0.36 0.40 0 0.32 246.09 0.3 0.55
Hex 70 69 AE 24 28 0 20 F6 1E 37
Octal 160 151 256 44 50 0 40 366 36 67
Binary 1110000 1101001 10101110 100100 101000 0 100000 11110110 11110 110111

Color Harmonies of #7069AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7069AE

Black with #7069AE

Text Example


Text Example

White with #7069AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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