#6971AA

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

Shades of Chetwode Blue #6971AA

Tints of Chetwode Blue #6971AA

Color information

#6971AA (or 0x6971AA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 71 and AA. RGB value is (105,113,170). Sum of RGB (Red+Green+Blue) = 105+113+170=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #6971AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6971AA is #968E55. Grayscale: #747474. Windows color (decimal): -9866838 or 11170153. OLE color: 11170153.

HSL color Cylindrical-coordinate representation of color #6971AA: hue angle of 232.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6971AA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105113170-
CMYK0.380.3400.33
HSL232.62º27.66%53.92%-
HSV(B)232.62º38.24%66.67%-
XYZ18.9917.7240.45-
YUV117.11157.85119.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=27.06%
G=29.12%
B=43.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051131700.380.3400.33232.6227.6653.92
Hex6971AA2622021e91c36
Octal15116125246420413513466
Binary110100111100011010101010011010001001000011110100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6971AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6971AA; }

 p { color: rgb(105,113,170); }

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

<style>
 a { background-color: #6971AA; }

 a { background-color: rgb(105,113,170); }

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

<style>
 span { border-color: #6971AA; }

 span { border-color: rgb(105,113,170); }

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