Html Css Color HEX #70679D Scampi

📋 copy color: '#70679D'

red 112 ◦ green 103 ◦ blue 157

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

Shades of Scampi #70679D

Tints of Scampi #70679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 30.11%
G = 27.69%
B = 42.2%

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

#70679D (or 0x70679D) is known color: Scampi. HEX triplet: 70, 67 and 9D. RGB value is (112,103,157). Sum of RGB (Red+Green+Blue) = 112+103+157=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #70679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70679D is #8F9862. Grayscale: #6F6F6F. Windows color (decimal): -9410659 or 10315632. OLE color: 10315632.

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

Color convert

RGB 112 103 157 -
CMYK 0.29 0.34 0 0.38
HSL 250º 0.22% 0.51% -
HSV(B) 250º 0.34% 0.62% -
XYZ 17.62 15.58 33.98 -
YUV 111.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 112 103 157 0.29 0.34 0 0.38 250 0.22 0.51
Hex 70 67 9D 1D 22 0 26 FA 16 33
Octal 160 147 235 35 42 0 46 372 26 63
Binary 1110000 1100111 10011101 11101 100010 0 100110 11111010 10110 110011

Color Harmonies of #70679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70679D

Black with #70679D

Text Example


Text Example

White with #70679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70679D; }

 p { color: rgb(112,103,157); }

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

background-color css

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

 a { background-color: rgb(112,103,157); }

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

border-color css

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

 span { border-color: rgb(112,103,157); }

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