Html Css Color HEX #70619F Scampi

📋 copy color: '#70619F'

red 112 ◦ green 97 ◦ blue 159

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

Shades of Scampi #70619F

Tints of Scampi #70619F

RGB

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

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

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

R = 30.43%
G = 26.36%
B = 43.21%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70619F (or 0x70619F) is known color: Scampi. HEX triplet: 70, 61 and 9F. RGB value is (112,97,159). Sum of RGB (Red+Green+Blue) = 112+97+159=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #70619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70619F is #8F9E60. Grayscale: #6C6C6C. Windows color (decimal): -9412193 or 10445168. OLE color: 10445168.

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

Color convert

RGB 112 97 159 -
CMYK 0.30 0.39 0 0.38
HSL 254.52º 0.24% 0.5% -
HSV(B) 254.52º 0.39% 0.62% -
XYZ 17.21 14.5 34.69 -
YUV 108.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 112 97 159 0.30 0.39 0 0.38 254.52 0.24 0.5
Hex 70 61 9F 1E 27 0 26 FF 18 32
Octal 160 141 237 36 47 0 46 377 30 62
Binary 1110000 1100001 10011111 11110 100111 0 100110 11111111 11000 110010

Color Harmonies of #70619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70619F

Black with #70619F

Text Example


Text Example

White with #70619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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