Html Css Color HEX #706396 Scampi

📋 copy color: '#706396'

red 112 ◦ green 99 ◦ blue 150

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

Shades of Scampi #706396

Tints of Scampi #706396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 31.02%
G = 27.42%
B = 41.55%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706396 (or 0x706396) is known color: Scampi. HEX triplet: 70, 63 and 96. RGB value is (112,99,150). Sum of RGB (Red+Green+Blue) = 112+99+150=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #706396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706396 is #8F9C69. Grayscale: #6C6C6C. Windows color (decimal): -9411690 or 9855856. OLE color: 9855856.

HSL color Cylindrical-coordinate representation of color #706396: hue angle of 255.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706396 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 99 150 -
CMYK 0.25 0.34 0 0.41
HSL 255.29º 0.2% 0.49% -
HSV(B) 255.29º 0.34% 0.59% -
XYZ 16.65 14.57 30.79 -
YUV 108.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 112 99 150 0.25 0.34 0 0.41 255.29 0.2 0.49
Hex 70 63 96 19 22 0 29 FF 14 31
Octal 160 143 226 31 42 0 51 377 24 61
Binary 1110000 1100011 10010110 11001 100010 0 101001 11111111 10100 110001

Color Harmonies of #706396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706396

Black with #706396

Text Example


Text Example

White with #706396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706396; }

 p { color: rgb(112,99,150); }

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

background-color css

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

 a { background-color: rgb(112,99,150); }

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

border-color css

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

 span { border-color: rgb(112,99,150); }

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