Html Css Color HEX #706099 Scampi

📋 copy color: '#706099'

red 112 ◦ green 96 ◦ blue 153

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

Shades of Scampi #706099

Tints of Scampi #706099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 31.02%
G = 26.59%
B = 42.38%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#706099 (or 0x706099) is known color: Scampi. HEX triplet: 70, 60 and 99. RGB value is (112,96,153). Sum of RGB (Red+Green+Blue) = 112+96+153=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #706099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706099 is #8F9F66. Grayscale: #6B6B6B. Windows color (decimal): -9412455 or 10051696. OLE color: 10051696.

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

Color convert

RGB 112 96 153 -
CMYK 0.27 0.37 0 0.4
HSL 256.84º 0.23% 0.49% -
HSV(B) 256.84º 0.37% 0.6% -
XYZ 16.61 14.11 31.98 -
YUV 107.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 112 96 153 0.27 0.37 0 0.4 256.84 0.23 0.49
Hex 70 60 99 1B 25 0 28 101 17 31
Octal 160 140 231 33 45 0 50 401 27 61
Binary 1110000 1100000 10011001 11011 100101 0 101000 100000001 10111 110001

Color Harmonies of #706099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706099

Black with #706099

Text Example


Text Example

White with #706099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706099; }

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

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

background-color css

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

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

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

border-color css

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

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

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