Html Css Color HEX #706198 Scampi

📋 copy color: '#706198'

red 112 ◦ green 97 ◦ blue 152

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

Shades of Scampi #706198

Tints of Scampi #706198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 31.02%
G = 26.87%
B = 42.11%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#706198 (or 0x706198) is known color: Scampi. HEX triplet: 70, 61 and 98. RGB value is (112,97,152). Sum of RGB (Red+Green+Blue) = 112+97+152=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #706198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706198 is #8F9E67. Grayscale: #6B6B6B. Windows color (decimal): -9412200 or 9986416. OLE color: 9986416.

HSL color Cylindrical-coordinate representation of color #706198: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706198 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 97 152 -
CMYK 0.26 0.36 0 0.40
HSL 256.36º 0.22% 0.49% -
HSV(B) 256.36º 0.36% 0.6% -
XYZ 16.62 14.26 31.58 -
YUV 107.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 112 97 152 0.26 0.36 0 0.40 256.36 0.22 0.49
Hex 70 61 98 1A 24 0 28 100 16 31
Octal 160 141 230 32 44 0 50 400 26 61
Binary 1110000 1100001 10011000 11010 100100 0 101000 100000000 10110 110001

Color Harmonies of #706198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706198

Black with #706198

Text Example


Text Example

White with #706198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706198; }

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

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

background-color css

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

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

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

border-color css

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

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

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