#706194

Color #706194 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #706194

Tints of Scampi #706194

Color information

#706194 (or 0x706194) is unknown color: approx Scampi. HEX triplet: 70, 61 and 94. RGB value is (112,97,148). Sum of RGB (Red+Green+Blue) = 112+97+148=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #706194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706194 is #8F9E6B. Grayscale: #6B6B6B. Windows color (decimal): -9412204 or 9724272. OLE color: 9724272.

HSL color Cylindrical-coordinate representation of color #706194: hue angle of 257.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706194 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11297148-
CMYK0.240.3400.42
HSL257.65º20.82%48.04%-
HSV(B)257.65º34.46%58.04%-
XYZ16.314.1329.89-
YUV107.3150.97131.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=31.37%
G=27.17%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112971480.240.3400.42257.6520.8248.04
Hex706194182202A1021530
Octal16014122430420524022560
Binary111000011000011001010011000100010010101010000001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706194; }

 p { color: rgb(112,97,148); }

 H1.HeaderClassName
 {
   color: #706194;
 }
 .AnyTagClassName
 {
   color: #706194;
 }
</style>
background-color css

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

 a { background-color: rgb(112,97,148); }

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

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

 span { border-color: rgb(112,97,148); }

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