Html Css Color HEX #70619A Scampi

📋 copy color: '#70619A'

red 112 ◦ green 97 ◦ blue 154

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

Shades of Scampi #70619A

Tints of Scampi #70619A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 30.85%
G = 26.72%
B = 42.42%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70619A (or 0x70619A) is known color: Scampi. HEX triplet: 70, 61 and 9A. RGB value is (112,97,154). Sum of RGB (Red+Green+Blue) = 112+97+154=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #70619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70619A is #8F9E65. Grayscale: #6B6B6B. Windows color (decimal): -9412198 or 10117488. OLE color: 10117488.

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

Color convert

RGB 112 97 154 -
CMYK 0.27 0.37 0 0.40
HSL 255.79º 0.23% 0.49% -
HSV(B) 255.79º 0.37% 0.6% -
XYZ 16.79 14.33 32.45 -
YUV 107.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 112 97 154 0.27 0.37 0 0.40 255.79 0.23 0.49
Hex 70 61 9A 1B 25 0 28 100 17 31
Octal 160 141 232 33 45 0 50 400 27 61
Binary 1110000 1100001 10011010 11011 100101 0 101000 100000000 10111 110001

Color Harmonies of #70619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70619A

Black with #70619A

Text Example


Text Example

White with #70619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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