#6973AA

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

Shades of Chetwode Blue #6973AA

Tints of Chetwode Blue #6973AA

Color information

#6973AA (or 0x6973AA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 73 and AA. RGB value is (105,115,170). Sum of RGB (Red+Green+Blue) = 105+115+170=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #6973AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6973AA is #968C55. Grayscale: #767676. Windows color (decimal): -9866326 or 11170665. OLE color: 11170665.

HSL color Cylindrical-coordinate representation of color #6973AA: hue angle of 230.77º 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 #6973AA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105115170-
CMYK0.380.3200.33
HSL230.77º27.66%53.92%-
HSV(B)230.77º38.24%66.67%-
XYZ19.2118.1740.52-
YUV118.28157.19118.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=26.92%
G=29.49%
B=43.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051151700.380.3200.33230.7727.6653.92
Hex6973AA2620021e71c36
Octal15116325246400413473466
Binary110100111100111010101010011010000001000011110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6973AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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