#716CBC

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

Shades of Chetwode Blue #716CBC

Tints of Chetwode Blue #716CBC

Color information

#716CBC (or 0x716CBC) is unknown color: approx Chetwode Blue. HEX triplet: 71, 6C and BC. RGB value is (113,108,188). Sum of RGB (Red+Green+Blue) = 113+108+188=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #716CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CBC is #8E9343. Grayscale: #767676. Windows color (decimal): -9343812 or 12348529. OLE color: 12348529.

HSL color Cylindrical-coordinate representation of color #716CBC: hue angle of 243.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #716CBC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113108188-
CMYK0.400.4300.26
HSL243.75º37.38%58.04%-
HSV(B)243.75º42.55%73.73%-
XYZ21.2517.8749.91-
YUV118.62167.16124-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=27.63%
G=26.41%
B=45.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131081880.400.4300.26243.7537.3858.04
Hex716CBC282B01Af4253a
Octal16115427450530323644572
Binary111000111011001011110010100010101101101011110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,188); }

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

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

 a { background-color: rgb(113,108,188); }

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

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

 span { border-color: rgb(113,108,188); }

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