Html Css Color HEX #70639A Scampi

📋 copy color: '#70639A'

red 112 ◦ green 99 ◦ blue 154

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

Shades of Scampi #70639A

Tints of Scampi #70639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 30.68%
G = 27.12%
B = 42.19%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70639A (or 0x70639A) is known color: Scampi. HEX triplet: 70, 63 and 9A. RGB value is (112,99,154). Sum of RGB (Red+Green+Blue) = 112+99+154=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #70639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70639A is #8F9C65. Grayscale: #6C6C6C. Windows color (decimal): -9411686 or 10118000. OLE color: 10118000.

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

Color convert

RGB 112 99 154 -
CMYK 0.27 0.36 0 0.40
HSL 254.18º 0.22% 0.5% -
HSV(B) 254.18º 0.36% 0.6% -
XYZ 16.98 14.7 32.51 -
YUV 109.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 112 99 154 0.27 0.36 0 0.40 254.18 0.22 0.5
Hex 70 63 9A 1B 24 0 28 FE 16 32
Octal 160 143 232 33 44 0 50 376 26 62
Binary 1110000 1100011 10011010 11011 100100 0 101000 11111110 10110 110010

Color Harmonies of #70639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70639A

Black with #70639A

Text Example


Text Example

White with #70639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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