Html Css Color HEX #706799 Scampi

📋 copy color: '#706799'

red 112 ◦ green 103 ◦ blue 153

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

Shades of Scampi #706799

Tints of Scampi #706799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

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

R = 30.43%
G = 27.99%
B = 41.58%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#706799 (or 0x706799) is known color: Scampi. HEX triplet: 70, 67 and 99. RGB value is (112,103,153). Sum of RGB (Red+Green+Blue) = 112+103+153=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #706799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706799 is #8F9866. Grayscale: #6F6F6F. Windows color (decimal): -9410663 or 10053488. OLE color: 10053488.

HSL color Cylindrical-coordinate representation of color #706799: hue angle of 250.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706799 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 103 153 -
CMYK 0.27 0.33 0 0.4
HSL 250.8º 0.2% 0.5% -
HSV(B) 250.8º 0.33% 0.6% -
XYZ 17.28 15.45 32.21 -
YUV 111.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 112 103 153 0.27 0.33 0 0.4 250.8 0.2 0.5
Hex 70 67 99 1B 21 0 28 FB 14 32
Octal 160 147 231 33 41 0 50 373 24 62
Binary 1110000 1100111 10011001 11011 100001 0 101000 11111011 10100 110010

Color Harmonies of #706799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706799

Black with #706799

Text Example


Text Example

White with #706799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706799; }

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

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

background-color css

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

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

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

border-color css

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

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

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