Html Css Color HEX #716BA6 Scampi

📋 copy color: '#716BA6'

red 113 ◦ green 107 ◦ blue 166

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

Shades of Scampi #716BA6

Tints of Scampi #716BA6

RGB

 RED value IS 113 (44.53% from 255) = 29.27%

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 166 (65.23% from 255) = 43.01%

R = 29.27%
G = 27.72%
B = 43.01%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#716BA6 (or 0x716BA6) is known color: Scampi. HEX triplet: 71, 6B and A6. RGB value is (113,107,166). Sum of RGB (Red+Green+Blue) = 113+107+166=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 166 - color contains mainly: blue. Hex color #716BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BA6 is #8E9459. Grayscale: #737373. Windows color (decimal): -9344090 or 10906481. OLE color: 10906481.

HSL color Cylindrical-coordinate representation of color #716BA6: hue angle of 246.1º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716BA6 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 107 166 -
CMYK 0.32 0.36 0 0.35
HSL 246.1º 0.25% 0.54% -
HSV(B) 246.1º 0.36% 0.65% -
XYZ 18.95 16.78 38.32 -
YUV 115.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 113 107 166 0.32 0.36 0 0.35 246.1 0.25 0.54
Hex 71 6B A6 20 24 0 23 F6 19 36
Octal 161 153 246 40 44 0 43 366 31 66
Binary 1110001 1101011 10100110 100000 100100 0 100011 11110110 11001 110110

Color Harmonies of #716BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BA6

Black with #716BA6

Text Example


Text Example

White with #716BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716BA6; }

 p { color: rgb(113,107,166); }

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

background-color css

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

 a { background-color: rgb(113,107,166); }

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

border-color css

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

 span { border-color: rgb(113,107,166); }

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