Html Css Color HEX #706297 Scampi

📋 copy color: '#706297'

red 112 ◦ green 98 ◦ blue 151

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

Shades of Scampi #706297

Tints of Scampi #706297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 31.02%
G = 27.15%
B = 41.83%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#706297 (or 0x706297) is known color: Scampi. HEX triplet: 70, 62 and 97. RGB value is (112,98,151). Sum of RGB (Red+Green+Blue) = 112+98+151=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #706297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706297 is #8F9D68. Grayscale: #6C6C6C. Windows color (decimal): -9411945 or 9921136. OLE color: 9921136.

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

Color convert

RGB 112 98 151 -
CMYK 0.26 0.35 0 0.41
HSL 255.85º 0.21% 0.49% -
HSV(B) 255.85º 0.35% 0.59% -
XYZ 16.64 14.41 31.18 -
YUV 108.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 112 98 151 0.26 0.35 0 0.41 255.85 0.21 0.49
Hex 70 62 97 1A 23 0 29 100 15 31
Octal 160 142 227 32 43 0 51 400 25 61
Binary 1110000 1100010 10010111 11010 100011 0 101001 100000000 10101 110001

Color Harmonies of #706297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706297

Black with #706297

Text Example


Text Example

White with #706297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706297; }

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

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

background-color css

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

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

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

border-color css

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

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

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