Html Css Color HEX #70689F Scampi

📋 copy color: '#70689F'

red 112 ◦ green 104 ◦ blue 159

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

Shades of Scampi #70689F

Tints of Scampi #70689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 29.87%
G = 27.73%
B = 42.4%

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

#70689F (or 0x70689F) is known color: Scampi. HEX triplet: 70, 68 and 9F. RGB value is (112,104,159). Sum of RGB (Red+Green+Blue) = 112+104+159=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #70689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70689F is #8F9760. Grayscale: #707070. Windows color (decimal): -9410401 or 10446960. OLE color: 10446960.

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

Color convert

RGB 112 104 159 -
CMYK 0.30 0.35 0 0.38
HSL 248.73º 0.22% 0.52% -
HSV(B) 248.73º 0.35% 0.62% -
XYZ 17.89 15.85 34.92 -
YUV 112.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 112 104 159 0.30 0.35 0 0.38 248.73 0.22 0.52
Hex 70 68 9F 1E 23 0 26 F9 16 34
Octal 160 150 237 36 43 0 46 371 26 64
Binary 1110000 1101000 10011111 11110 100011 0 100110 11111001 10110 110100

Color Harmonies of #70689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70689F

Black with #70689F

Text Example


Text Example

White with #70689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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