#6E71AC

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

Shades of Chetwode Blue #6E71AC

Tints of Chetwode Blue #6E71AC

Color information

#6E71AC (or 0x6E71AC) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 71 and AC. RGB value is (110,113,172). Sum of RGB (Red+Green+Blue) = 110+113+172=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E71AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E71AC is #918E53. Grayscale: #767676. Windows color (decimal): -9539156 or 11301230. OLE color: 11301230.

HSL color Cylindrical-coordinate representation of color #6E71AC: hue angle of 237.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E71AC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110113172-
CMYK0.360.3400.33
HSL237.1º27.19%55.29%-
HSV(B)237.1º36.05%67.45%-
XYZ19.7818.141.48-
YUV118.83158.01121.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=27.85%
G=28.61%
B=43.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101131720.360.3400.33237.127.1955.29
Hex6E71AC2422021ed1b37
Octal15616125444420413553367
Binary110111011100011010110010010010001001000011110110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E71AC; }

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

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

<style>
 a { background-color: #6E71AC; }

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

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

<style>
 span { border-color: #6E71AC; }

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

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