#716FAF

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

Shades of Chetwode Blue #716FAF

Tints of Chetwode Blue #716FAF

Color information

#716FAF (or 0x716FAF) is unknown color: approx Chetwode Blue. HEX triplet: 71, 6F and AF. RGB value is (113,111,175). Sum of RGB (Red+Green+Blue) = 113+111+175=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #716FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716FAF is #8E9050. Grayscale: #767676. Windows color (decimal): -9343057 or 11497329. OLE color: 11497329.

HSL color Cylindrical-coordinate representation of color #716FAF: hue angle of 241.88º 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 #716FAF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113111175-
CMYK0.350.3700.31
HSL241.88º28.57%56.08%-
HSV(B)241.88º36.57%68.63%-
XYZ20.2317.9742.96-
YUV118.89159.66123.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=28.32%
G=27.82%
B=43.86%

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
Decimal1131111750.350.3700.31241.8828.5756.08
Hex716FAF232501Ff21d38
Octal16115725743450373623570
Binary11100011101111101011111000111001010111111111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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