Html Css Color HEX #706BAF Blue Marguerite

📋 copy color: '#706BAF'

red 112 ◦ green 107 ◦ blue 175

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

Shades of Blue Marguerite #706BAF

Tints of Blue Marguerite #706BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 28.43%
G = 27.16%
B = 44.42%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#706BAF (or 0x706BAF) is known color: Blue Marguerite. HEX triplet: 70, 6B and AF. RGB value is (112,107,175). Sum of RGB (Red+Green+Blue) = 112+107+175=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #706BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BAF is #8F9450. Grayscale: #737373. Windows color (decimal): -9409617 or 11496304. OLE color: 11496304.

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

Color convert

RGB 112 107 175 -
CMYK 0.36 0.39 0 0.31
HSL 244.41º 0.3% 0.55% -
HSV(B) 244.41º 0.39% 0.69% -
XYZ 19.68 17.06 42.81 -
YUV 116.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 112 107 175 0.36 0.39 0 0.31 244.41 0.3 0.55
Hex 70 6B AF 24 27 0 1F F4 1E 37
Octal 160 153 257 44 47 0 37 364 36 67
Binary 1110000 1101011 10101111 100100 100111 0 11111 11110100 11110 110111

Color Harmonies of #706BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BAF

Black with #706BAF

Text Example


Text Example

White with #706BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,175); }

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

background-color css

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

 a { background-color: rgb(112,107,175); }

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

border-color css

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

 span { border-color: rgb(112,107,175); }

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