Html Css Color HEX #706BAA Scampi

📋 copy color: '#706BAA'

red 112 ◦ green 107 ◦ blue 170

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

Shades of Scampi #706BAA

Tints of Scampi #706BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 28.79%
G = 27.51%
B = 43.7%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#706BAA (or 0x706BAA) is known color: Scampi. HEX triplet: 70, 6B and AA. RGB value is (112,107,170). Sum of RGB (Red+Green+Blue) = 112+107+170=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #706BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BAA is #8F9455. Grayscale: #737373. Windows color (decimal): -9409622 or 11168624. OLE color: 11168624.

HSL color Cylindrical-coordinate representation of color #706BAA: hue angle of 244.76º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706BAA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 107 170 -
CMYK 0.34 0.37 0 0.33
HSL 244.76º 0.27% 0.54% -
HSV(B) 244.76º 0.37% 0.67% -
XYZ 19.2 16.86 40.27 -
YUV 115.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 112 107 170 0.34 0.37 0 0.33 244.76 0.27 0.54
Hex 70 6B AA 22 25 0 21 F5 1B 36
Octal 160 153 252 42 45 0 41 365 33 66
Binary 1110000 1101011 10101010 100010 100101 0 100001 11110101 11011 110110

Color Harmonies of #706BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BAA

Black with #706BAA

Text Example


Text Example

White with #706BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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