Html Css Color HEX #706AB6 Blue Marguerite

📋 copy color: '#706AB6'

red 112 ◦ green 106 ◦ blue 182

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

Shades of Blue Marguerite #706AB6

Tints of Blue Marguerite #706AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 28%
G = 26.5%
B = 45.5%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#706AB6 (or 0x706AB6) is known color: Blue Marguerite. HEX triplet: 70, 6A and B6. RGB value is (112,106,182). Sum of RGB (Red+Green+Blue) = 112+106+182=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #706AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AB6 is #8F9549. Grayscale: #747474. Windows color (decimal): -9409866 or 11954800. OLE color: 11954800.

HSL color Cylindrical-coordinate representation of color #706AB6: hue angle of 244.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #706AB6 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 106 182 -
CMYK 0.38 0.42 0 0.29
HSL 244.74º 0.34% 0.56% -
HSV(B) 244.74º 0.42% 0.71% -
XYZ 20.28 17.13 46.49 -
YUV 116.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 112 106 182 0.38 0.42 0 0.29 244.74 0.34 0.56
Hex 70 6A B6 26 2A 0 1D F5 22 38
Octal 160 152 266 46 52 0 35 365 42 70
Binary 1110000 1101010 10110110 100110 101010 0 11101 11110101 100010 111000

Color Harmonies of #706AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AB6

Black with #706AB6

Text Example


Text Example

White with #706AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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