Html Css Color HEX #70619B Scampi

📋 copy color: '#70619B'

red 112 ◦ green 97 ◦ blue 155

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

Shades of Scampi #70619B

Tints of Scampi #70619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 30.77%
G = 26.65%
B = 42.58%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70619B (or 0x70619B) is known color: Scampi. HEX triplet: 70, 61 and 9B. RGB value is (112,97,155). Sum of RGB (Red+Green+Blue) = 112+97+155=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #70619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70619B is #8F9E64. Grayscale: #6B6B6B. Windows color (decimal): -9412197 or 10183024. OLE color: 10183024.

HSL color Cylindrical-coordinate representation of color #70619B: hue angle of 255.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70619B is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 97 155 -
CMYK 0.28 0.37 0 0.39
HSL 255.52º 0.23% 0.49% -
HSV(B) 255.52º 0.37% 0.61% -
XYZ 16.87 14.36 32.89 -
YUV 108.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 112 97 155 0.28 0.37 0 0.39 255.52 0.23 0.49
Hex 70 61 9B 1C 25 0 27 100 17 31
Octal 160 141 233 34 45 0 47 400 27 61
Binary 1110000 1100001 10011011 11100 100101 0 100111 100000000 10111 110001

Color Harmonies of #70619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70619B

Black with #70619B

Text Example


Text Example

White with #70619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70619B; }

 p { color: rgb(112,97,155); }

 H1.HeaderClassName
 {
   color: #70619B;
 }
 .AnyTagClassName
 {
   color: #70619B;
 }
</style>

background-color css

<style>
 a { background-color: #70619B; }

 a { background-color: rgb(112,97,155); }

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

border-color css

<style>
 span { border-color: #70619B; }

 span { border-color: rgb(112,97,155); }

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