Html Css Color HEX #706299 Scampi

📋 copy color: '#706299'

red 112 ◦ green 98 ◦ blue 153

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

Shades of Scampi #706299

Tints of Scampi #706299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 30.85%
G = 27%
B = 42.15%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#706299 (or 0x706299) is known color: Scampi. HEX triplet: 70, 62 and 99. RGB value is (112,98,153). Sum of RGB (Red+Green+Blue) = 112+98+153=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #706299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706299 is #8F9D66. Grayscale: #6C6C6C. Windows color (decimal): -9411943 or 10052208. OLE color: 10052208.

HSL color Cylindrical-coordinate representation of color #706299: hue angle of 255.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706299 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 98 153 -
CMYK 0.27 0.36 0 0.4
HSL 255.27º 0.22% 0.49% -
HSV(B) 255.27º 0.36% 0.6% -
XYZ 16.8 14.48 32.05 -
YUV 108.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 112 98 153 0.27 0.36 0 0.4 255.27 0.22 0.49
Hex 70 62 99 1B 24 0 28 FF 16 31
Octal 160 142 231 33 44 0 50 377 26 61
Binary 1110000 1100010 10011001 11011 100100 0 101000 11111111 10110 110001

Color Harmonies of #706299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706299

Black with #706299

Text Example


Text Example

White with #706299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706299; }

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

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

background-color css

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

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

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

border-color css

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

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

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