Html Css Color HEX #706499 Scampi

📋 copy color: '#706499'

red 112 ◦ green 100 ◦ blue 153

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

Shades of Scampi #706499

Tints of Scampi #706499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 30.68%
G = 27.4%
B = 41.92%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#706499 (or 0x706499) is known color: Scampi. HEX triplet: 70, 64 and 99. RGB value is (112,100,153). Sum of RGB (Red+Green+Blue) = 112+100+153=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #706499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706499 is #8F9B66. Grayscale: #6D6D6D. Windows color (decimal): -9411431 or 10052720. OLE color: 10052720.

HSL color Cylindrical-coordinate representation of color #706499: hue angle of 253.58º 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 #706499 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 100 153 -
CMYK 0.27 0.35 0 0.4
HSL 253.58º 0.21% 0.5% -
HSV(B) 253.58º 0.35% 0.6% -
XYZ 16.99 14.86 32.11 -
YUV 109.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 112 100 153 0.27 0.35 0 0.4 253.58 0.21 0.5
Hex 70 64 99 1B 23 0 28 FE 15 32
Octal 160 144 231 33 43 0 50 376 25 62
Binary 1110000 1100100 10011001 11011 100011 0 101000 11111110 10101 110010

Color Harmonies of #706499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706499

Black with #706499

Text Example


Text Example

White with #706499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706499; }

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

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

background-color css

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

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

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

border-color css

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

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

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