Html Css Color HEX #70699F Scampi

📋 copy color: '#70699F'

red 112 ◦ green 105 ◦ blue 159

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

Shades of Scampi #70699F

Tints of Scampi #70699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 29.79%
G = 27.93%
B = 42.29%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70699F (or 0x70699F) is known color: Scampi. HEX triplet: 70, 69 and 9F. RGB value is (112,105,159). Sum of RGB (Red+Green+Blue) = 112+105+159=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #70699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70699F is #8F9660. Grayscale: #717171. Windows color (decimal): -9410145 or 10447216. OLE color: 10447216.

HSL color Cylindrical-coordinate representation of color #70699F: hue angle of 247.78º degrees, saturation: 0.22, 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 #70699F is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 105 159 -
CMYK 0.30 0.34 0 0.38
HSL 247.78º 0.22% 0.52% -
HSV(B) 247.78º 0.34% 0.62% -
XYZ 17.99 16.05 34.95 -
YUV 113.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 112 105 159 0.30 0.34 0 0.38 247.78 0.22 0.52
Hex 70 69 9F 1E 22 0 26 F8 16 34
Octal 160 151 237 36 42 0 46 370 26 64
Binary 1110000 1101001 10011111 11110 100010 0 100110 11111000 10110 110100

Color Harmonies of #70699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70699F

Black with #70699F

Text Example


Text Example

White with #70699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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