Html Css Color HEX #70649A Scampi

📋 copy color: '#70649A'

red 112 ◦ green 100 ◦ blue 154

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

Shades of Scampi #70649A

Tints of Scampi #70649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 30.6%
G = 27.32%
B = 42.08%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70649A (or 0x70649A) is known color: Scampi. HEX triplet: 70, 64 and 9A. RGB value is (112,100,154). Sum of RGB (Red+Green+Blue) = 112+100+154=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #70649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70649A is #8F9B65. Grayscale: #6D6D6D. Windows color (decimal): -9411430 or 10118256. OLE color: 10118256.

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

Color convert

RGB 112 100 154 -
CMYK 0.27 0.35 0 0.40
HSL 253.33º 0.21% 0.5% -
HSV(B) 253.33º 0.35% 0.6% -
XYZ 17.07 14.89 32.55 -
YUV 109.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 112 100 154 0.27 0.35 0 0.40 253.33 0.21 0.5
Hex 70 64 9A 1B 23 0 28 FD 15 32
Octal 160 144 232 33 43 0 50 375 25 62
Binary 1110000 1100100 10011010 11011 100011 0 101000 11111101 10101 110010

Color Harmonies of #70649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70649A

Black with #70649A

Text Example


Text Example

White with #70649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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