Html Css Color HEX #706990 Scampi

📋 copy color: '#706990'

red 112 ◦ green 105 ◦ blue 144

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

Shades of Scampi #706990

Tints of Scampi #706990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 31.02%
G = 29.09%
B = 39.89%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#706990 (or 0x706990) is known color: Scampi. HEX triplet: 70, 69 and 90. RGB value is (112,105,144). Sum of RGB (Red+Green+Blue) = 112+105+144=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #706990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706990 is #8F966F. Grayscale: #6F6F6F. Windows color (decimal): -9410160 or 9464176. OLE color: 9464176.

HSL color Cylindrical-coordinate representation of color #706990: hue angle of 250.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706990 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 105 144 -
CMYK 0.22 0.27 0 0.44
HSL 250.77º 0.16% 0.49% -
HSV(B) 250.77º 0.27% 0.56% -
XYZ 16.77 15.56 28.51 -
YUV 111.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 112 105 144 0.22 0.27 0 0.44 250.77 0.16 0.49
Hex 70 69 90 16 1B 0 2C FB 10 31
Octal 160 151 220 26 33 0 54 373 20 61
Binary 1110000 1101001 10010000 10110 11011 0 101100 11111011 10000 110001

Color Harmonies of #706990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706990

Black with #706990

Text Example


Text Example

White with #706990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706990; }

 p { color: rgb(112,105,144); }

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

background-color css

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

 a { background-color: rgb(112,105,144); }

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

border-color css

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

 span { border-color: rgb(112,105,144); }

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