#716EAF

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

Shades of Chetwode Blue #716EAF

Tints of Chetwode Blue #716EAF

Color information

#716EAF (or 0x716EAF) is unknown color: approx Chetwode Blue. HEX triplet: 71, 6E and AF. RGB value is (113,110,175). Sum of RGB (Red+Green+Blue) = 113+110+175=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #716EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716EAF is #8E9150. Grayscale: #767676. Windows color (decimal): -9343313 or 11497073. OLE color: 11497073.

HSL color Cylindrical-coordinate representation of color #716EAF: hue angle of 242.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716EAF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113110175-
CMYK0.350.3700.31
HSL242.77º28.89%55.88%-
HSV(B)242.77º37.14%68.63%-
XYZ20.1217.7642.92-
YUV118.31159.99124.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=28.39%
G=27.64%
B=43.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131101750.350.3700.31242.7728.8955.88
Hex716EAF232501Ff31d38
Octal16115625743450373633570
Binary11100011101110101011111000111001010111111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,175); }

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

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

 a { background-color: rgb(113,110,175); }

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

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

 span { border-color: rgb(113,110,175); }

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