Html Css Color HEX #706095 Scampi

📋 copy color: '#706095'

red 112 ◦ green 96 ◦ blue 149

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

Shades of Scampi #706095

Tints of Scampi #706095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 31.37%
G = 26.89%
B = 41.74%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706095 (or 0x706095) is known color: Scampi. HEX triplet: 70, 60 and 95. RGB value is (112,96,149). Sum of RGB (Red+Green+Blue) = 112+96+149=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #706095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706095 is #8F9F6A. Grayscale: #6A6A6A. Windows color (decimal): -9412459 or 9789552. OLE color: 9789552.

HSL color Cylindrical-coordinate representation of color #706095: hue angle of 258.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706095 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 96 149 -
CMYK 0.25 0.36 0 0.42
HSL 258.11º 0.22% 0.48% -
HSV(B) 258.11º 0.36% 0.58% -
XYZ 16.29 13.98 30.27 -
YUV 106.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 112 96 149 0.25 0.36 0 0.42 258.11 0.22 0.48
Hex 70 60 95 19 24 0 2A 102 16 30
Octal 160 140 225 31 44 0 52 402 26 60
Binary 1110000 1100000 10010101 11001 100100 0 101010 100000010 10110 110000

Color Harmonies of #706095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706095

Black with #706095

Text Example


Text Example

White with #706095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706095; }

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

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

background-color css

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

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

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

border-color css

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

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

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