Html Css Color HEX #706ABA Blue Marguerite

📋 copy color: '#706ABA'

red 112 ◦ green 106 ◦ blue 186

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

Shades of Blue Marguerite #706ABA

Tints of Blue Marguerite #706ABA

RGB

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

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

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

R = 27.72%
G = 26.24%
B = 46.04%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#706ABA (or 0x706ABA) is known color: Blue Marguerite. HEX triplet: 70, 6A and BA. RGB value is (112,106,186). Sum of RGB (Red+Green+Blue) = 112+106+186=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #706ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ABA is #8F9545. Grayscale: #747474. Windows color (decimal): -9409862 or 12216944. OLE color: 12216944.

HSL color Cylindrical-coordinate representation of color #706ABA: hue angle of 244.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706ABA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 106 186 -
CMYK 0.40 0.43 0 0.27
HSL 244.5º 0.37% 0.57% -
HSV(B) 244.5º 0.43% 0.73% -
XYZ 20.7 17.3 48.7 -
YUV 116.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 112 106 186 0.40 0.43 0 0.27 244.5 0.37 0.57
Hex 70 6A BA 28 2B 0 1B F4 25 39
Octal 160 152 272 50 53 0 33 364 45 71
Binary 1110000 1101010 10111010 101000 101011 0 11011 11110100 100101 111001

Color Harmonies of #706ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ABA

Black with #706ABA

Text Example


Text Example

White with #706ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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