Html Css Color HEX #706897 Scampi

📋 copy color: '#706897'

red 112 ◦ green 104 ◦ blue 151

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

Shades of Scampi #706897

Tints of Scampi #706897

RGB

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

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

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

R = 30.52%
G = 28.34%
B = 41.14%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706897 (or 0x706897) is known color: Scampi. HEX triplet: 70, 68 and 97. RGB value is (112,104,151). Sum of RGB (Red+Green+Blue) = 112+104+151=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #706897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706897 is #8F9768. Grayscale: #6F6F6F. Windows color (decimal): -9410409 or 9922672. OLE color: 9922672.

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

Color convert

RGB 112 104 151 -
CMYK 0.26 0.31 0 0.41
HSL 250.21º 0.18% 0.5% -
HSV(B) 250.21º 0.31% 0.59% -
XYZ 17.22 15.58 31.38 -
YUV 111.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 112 104 151 0.26 0.31 0 0.41 250.21 0.18 0.5
Hex 70 68 97 1A 1F 0 29 FA 12 32
Octal 160 150 227 32 37 0 51 372 22 62
Binary 1110000 1101000 10010111 11010 11111 0 101001 11111010 10010 110010

Color Harmonies of #706897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706897

Black with #706897

Text Example


Text Example

White with #706897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706897; }

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

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

background-color css

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

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

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

border-color css

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

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

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