Html Css Color HEX #706AAE Blue Marguerite

📋 copy color: '#706AAE'

red 112 ◦ green 106 ◦ blue 174

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

Shades of Blue Marguerite #706AAE

Tints of Blue Marguerite #706AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

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

R = 28.57%
G = 27.04%
B = 44.39%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#706AAE (or 0x706AAE) is known color: Blue Marguerite. HEX triplet: 70, 6A and AE. RGB value is (112,106,174). Sum of RGB (Red+Green+Blue) = 112+106+174=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #706AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706AAE is #8F9551. Grayscale: #737373. Windows color (decimal): -9409874 or 11430512. OLE color: 11430512.

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

Color convert

RGB 112 106 174 -
CMYK 0.36 0.39 0 0.32
HSL 245.29º 0.3% 0.55% -
HSV(B) 245.29º 0.39% 0.68% -
XYZ 19.48 16.81 42.26 -
YUV 115.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 112 106 174 0.36 0.39 0 0.32 245.29 0.3 0.55
Hex 70 6A AE 24 27 0 20 F5 1E 37
Octal 160 152 256 44 47 0 40 365 36 67
Binary 1110000 1101010 10101110 100100 100111 0 100000 11110101 11110 110111

Color Harmonies of #706AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AAE

Black with #706AAE

Text Example


Text Example

White with #706AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706AAE; }

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

 H1.HeaderClassName
 {
   color: #706AAE;
 }
 .AnyTagClassName
 {
   color: #706AAE;
 }
</style>

background-color css

<style>
 a { background-color: #706AAE; }

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

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

border-color css

<style>
 span { border-color: #706AAE; }

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

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