Html Css Color HEX #70699E Scampi

📋 copy color: '#70699E'

red 112 ◦ green 105 ◦ blue 158

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

Shades of Scampi #70699E

Tints of Scampi #70699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 29.87%
G = 28%
B = 42.13%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70699E (or 0x70699E) is known color: Scampi. HEX triplet: 70, 69 and 9E. RGB value is (112,105,158). Sum of RGB (Red+Green+Blue) = 112+105+158=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #70699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70699E is #8F9661. Grayscale: #707070. Windows color (decimal): -9410146 or 10381680. OLE color: 10381680.

HSL color Cylindrical-coordinate representation of color #70699E: hue angle of 247.92º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70699E is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 105 158 -
CMYK 0.29 0.34 0 0.38
HSL 247.92º 0.21% 0.52% -
HSV(B) 247.92º 0.34% 0.62% -
XYZ 17.91 16.02 34.5 -
YUV 113.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 112 105 158 0.29 0.34 0 0.38 247.92 0.21 0.52
Hex 70 69 9E 1D 22 0 26 F8 15 34
Octal 160 151 236 35 42 0 46 370 25 64
Binary 1110000 1101001 10011110 11101 100010 0 100110 11111000 10101 110100

Color Harmonies of #70699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70699E

Black with #70699E

Text Example


Text Example

White with #70699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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