#716bc6

Color #716BC6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #716BC6

Tints of Slate Blue #716BC6

Color information

#716BC6 (or 0x716BC6) is unknown color: approx Slate Blue. HEX triplet: 71, 6B and C6. RGB value is (113,107,198). Sum of RGB (Red+Green+Blue) = 113+107+198=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #716BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BC6 is #8E9439. Grayscale: #767676. Windows color (decimal): -9344058 or 13003633. OLE color: 13003633.

HSL color Cylindrical-coordinate representation of color #716BC6: hue angle of 243.96º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716BC6 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113107198-
CMYK0.430.4600.22
HSL243.96º44.39%59.8%-
HSV(B)243.96º45.96%77.65%-
XYZ22.2618.155.75-
YUV119.17172.49123.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.03%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 198 (77.73% from 255) = 47.37%
R=27.03%
G=25.60%
B=47.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131071980.430.4600.22243.9644.3959.8
Hex716BC62B2E016f42c3c
Octal16115330653560263645474
Binary111000111010111100011010101110111001011011110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #716bc6;
 }
 .AnyTagClassName
 {
   color: #716bc6;
 }
</style>
background-color css

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

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

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

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

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

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