Html Css Color HEX #706893 Scampi

📋 copy color: '#706893'

red 112 ◦ green 104 ◦ blue 147

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

Shades of Scampi #706893

Tints of Scampi #706893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 30.85%
G = 28.65%
B = 40.5%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706893 (or 0x706893) is known color: Scampi. HEX triplet: 70, 68 and 93. RGB value is (112,104,147). Sum of RGB (Red+Green+Blue) = 112+104+147=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #706893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706893 is #8F976C. Grayscale: #6F6F6F. Windows color (decimal): -9410413 or 9660528. OLE color: 9660528.

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

Color convert

RGB 112 104 147 -
CMYK 0.24 0.29 0 0.42
HSL 251.16º 0.17% 0.49% -
HSV(B) 251.16º 0.29% 0.58% -
XYZ 16.9 15.45 29.7 -
YUV 111.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 112 104 147 0.24 0.29 0 0.42 251.16 0.17 0.49
Hex 70 68 93 18 1D 0 2A FB 11 31
Octal 160 150 223 30 35 0 52 373 21 61
Binary 1110000 1101000 10010011 11000 11101 0 101010 11111011 10001 110001

Color Harmonies of #706893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706893

Black with #706893

Text Example


Text Example

White with #706893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706893; }

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

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

background-color css

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

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

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

border-color css

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

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

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