Html Css Color HEX #706194 Scampi

📋 copy color: '#706194'

red 112 ◦ green 97 ◦ blue 148

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

Shades of Scampi #706194

Tints of Scampi #706194

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.2% from 255) = 41.46%

R = 31.37%
G = 27.17%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706194 (or 0x706194) is known color: 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

RGB 112 97 148 -
CMYK 0.24 0.34 0 0.42
HSL 257.65º 0.21% 0.48% -
HSV(B) 257.65º 0.34% 0.58% -
XYZ 16.3 14.13 29.89 -
YUV 107.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 112 97 148 0.24 0.34 0 0.42 257.65 0.21 0.48
Hex 70 61 94 18 22 0 2A 102 15 30
Octal 160 141 224 30 42 0 52 402 25 60
Binary 1110000 1100001 10010100 11000 100010 0 101010 100000010 10101 110000

Color Harmonies of #706194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706194

Black with #706194

Text Example


Text Example

White with #706194

Text Example


Text Example

HTML Codes & Css Web 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>