Html Css Color HEX #706497 Scampi

📋 copy color: '#706497'

red 112 ◦ green 100 ◦ blue 151

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

Shades of Scampi #706497

Tints of Scampi #706497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 30.85%
G = 27.55%
B = 41.6%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706497 (or 0x706497) is known color: Scampi. HEX triplet: 70, 64 and 97. RGB value is (112,100,151). Sum of RGB (Red+Green+Blue) = 112+100+151=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #706497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706497 is #8F9B68. Grayscale: #6D6D6D. Windows color (decimal): -9411433 or 9921648. OLE color: 9921648.

HSL color Cylindrical-coordinate representation of color #706497: hue angle of 254.12º 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 #706497 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 100 151 -
CMYK 0.26 0.34 0 0.41
HSL 254.12º 0.2% 0.49% -
HSV(B) 254.12º 0.34% 0.59% -
XYZ 16.83 14.79 31.25 -
YUV 109.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 112 100 151 0.26 0.34 0 0.41 254.12 0.2 0.49
Hex 70 64 97 1A 22 0 29 FE 14 31
Octal 160 144 227 32 42 0 51 376 24 61
Binary 1110000 1100100 10010111 11010 100010 0 101001 11111110 10100 110001

Color Harmonies of #706497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706497

Black with #706497

Text Example


Text Example

White with #706497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706497; }

 p { color: rgb(112,100,151); }

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

background-color css

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

 a { background-color: rgb(112,100,151); }

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

border-color css

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

 span { border-color: rgb(112,100,151); }

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