Html Css Color HEX #706691 Scampi

📋 copy color: '#706691'

red 112 ◦ green 102 ◦ blue 145

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

Shades of Scampi #706691

Tints of Scampi #706691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 31.2%
G = 28.41%
B = 40.39%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#706691 (or 0x706691) is known color: Scampi. HEX triplet: 70, 66 and 91. RGB value is (112,102,145). Sum of RGB (Red+Green+Blue) = 112+102+145=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #706691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706691 is #8F996E. Grayscale: #6D6D6D. Windows color (decimal): -9410927 or 9528944. OLE color: 9528944.

HSL color Cylindrical-coordinate representation of color #706691: hue angle of 253.95º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706691 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 102 145 -
CMYK 0.23 0.30 0 0.43
HSL 253.95º 0.17% 0.48% -
HSV(B) 253.95º 0.3% 0.57% -
XYZ 16.54 14.99 28.81 -
YUV 109.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 112 102 145 0.23 0.30 0 0.43 253.95 0.17 0.48
Hex 70 66 91 17 1E 0 2B FE 11 30
Octal 160 146 221 27 36 0 53 376 21 60
Binary 1110000 1100110 10010001 10111 11110 0 101011 11111110 10001 110000

Color Harmonies of #706691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706691

Black with #706691

Text Example


Text Example

White with #706691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706691; }

 p { color: rgb(112,102,145); }

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

background-color css

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

 a { background-color: rgb(112,102,145); }

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

border-color css

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

 span { border-color: rgb(112,102,145); }

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