Html Css Color HEX #70679F Scampi

📋 copy color: '#70679F'

red 112 ◦ green 103 ◦ blue 159

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

Shades of Scampi #70679F

Tints of Scampi #70679F

RGB

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

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

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

R = 29.95%
G = 27.54%
B = 42.51%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70679F (or 0x70679F) is known color: Scampi. HEX triplet: 70, 67 and 9F. RGB value is (112,103,159). Sum of RGB (Red+Green+Blue) = 112+103+159=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #70679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70679F is #8F9860. Grayscale: #6F6F6F. Windows color (decimal): -9410657 or 10446704. OLE color: 10446704.

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

Color convert

RGB 112 103 159 -
CMYK 0.30 0.35 0 0.38
HSL 249.64º 0.23% 0.51% -
HSV(B) 249.64º 0.35% 0.62% -
XYZ 17.79 15.65 34.88 -
YUV 112.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 112 103 159 0.30 0.35 0 0.38 249.64 0.23 0.51
Hex 70 67 9F 1E 23 0 26 FA 17 33
Octal 160 147 237 36 43 0 46 372 27 63
Binary 1110000 1100111 10011111 11110 100011 0 100110 11111010 10111 110011

Color Harmonies of #70679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70679F

Black with #70679F

Text Example


Text Example

White with #70679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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