#6D71AD

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

Shades of Chetwode Blue #6D71AD

Tints of Chetwode Blue #6D71AD

Color information

#6D71AD (or 0x6D71AD) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 71 and AD. RGB value is (109,113,173). Sum of RGB (Red+Green+Blue) = 109+113+173=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D71AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D71AD is #928E52. Grayscale: #767676. Windows color (decimal): -9604691 or 11366765. OLE color: 11366765.

HSL color Cylindrical-coordinate representation of color #6D71AD: hue angle of 236.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D71AD is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109113173-
CMYK0.370.3500.32
HSL236.25º28.07%55.29%-
HSV(B)236.25º36.99%67.84%-
XYZ19.7518.0841.98-
YUV118.64158.67121.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=27.59%
G=28.61%
B=43.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091131730.370.3500.32236.2528.0755.29
Hex6D71AD2523020ec1c37
Octal15516125545430403543467
Binary110110111100011010110110010110001101000001110110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,113,173); }

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

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

 a { background-color: rgb(109,113,173); }

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

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

 span { border-color: rgb(109,113,173); }

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