Html Css Color HEX #706896 Scampi

📋 copy color: '#706896'

red 112 ◦ green 104 ◦ blue 150

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

Shades of Scampi #706896

Tints of Scampi #706896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 30.6%
G = 28.42%
B = 40.98%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706896 (or 0x706896) is known color: Scampi. HEX triplet: 70, 68 and 96. RGB value is (112,104,150). Sum of RGB (Red+Green+Blue) = 112+104+150=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #706896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706896 is #8F9769. Grayscale: #6F6F6F. Windows color (decimal): -9410410 or 9857136. OLE color: 9857136.

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

Color convert

RGB 112 104 150 -
CMYK 0.25 0.31 0 0.41
HSL 250.43º 0.18% 0.5% -
HSV(B) 250.43º 0.31% 0.59% -
XYZ 17.14 15.55 30.95 -
YUV 111.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 112 104 150 0.25 0.31 0 0.41 250.43 0.18 0.5
Hex 70 68 96 19 1F 0 29 FA 12 32
Octal 160 150 226 31 37 0 51 372 22 62
Binary 1110000 1101000 10010110 11001 11111 0 101001 11111010 10010 110010

Color Harmonies of #706896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706896

Black with #706896

Text Example


Text Example

White with #706896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706896; }

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

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

background-color css

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

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

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

border-color css

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

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

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