Html Css Color HEX #70698F Scampi

📋 copy color: '#70698F'

red 112 ◦ green 105 ◦ blue 143

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

Shades of Scampi #70698F

Tints of Scampi #70698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 31.11%
G = 29.17%
B = 39.72%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70698F (or 0x70698F) is known color: Scampi. HEX triplet: 70, 69 and 8F. RGB value is (112,105,143). Sum of RGB (Red+Green+Blue) = 112+105+143=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #70698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70698F is #8F9670. Grayscale: #6F6F6F. Windows color (decimal): -9410161 or 9398640. OLE color: 9398640.

HSL color Cylindrical-coordinate representation of color #70698F: hue angle of 251.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70698F is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 105 143 -
CMYK 0.22 0.27 0 0.44
HSL 251.05º 0.15% 0.49% -
HSV(B) 251.05º 0.27% 0.56% -
XYZ 16.69 15.53 28.1 -
YUV 111.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 112 105 143 0.22 0.27 0 0.44 251.05 0.15 0.49
Hex 70 69 8F 16 1B 0 2C FB F 31
Octal 160 151 217 26 33 0 54 373 17 61
Binary 1110000 1101001 10001111 10110 11011 0 101100 11111011 1111 110001

Color Harmonies of #70698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70698F

Black with #70698F

Text Example


Text Example

White with #70698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70698F; }

 p { color: rgb(112,105,143); }

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

background-color css

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

 a { background-color: rgb(112,105,143); }

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

border-color css

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

 span { border-color: rgb(112,105,143); }

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