#6972AA

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

Shades of Chetwode Blue #6972AA

Tints of Chetwode Blue #6972AA

Color information

#6972AA (or 0x6972AA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 72 and AA. RGB value is (105,114,170). Sum of RGB (Red+Green+Blue) = 105+114+170=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #6972AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6972AA is #968D55. Grayscale: #757575. Windows color (decimal): -9866582 or 11170409. OLE color: 11170409.

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

Color convert

RGB105114170-
CMYK0.380.3300.33
HSL231.69º27.66%53.92%-
HSV(B)231.69º38.24%66.67%-
XYZ19.117.9440.49-
YUV117.69157.52118.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=26.99%
G=29.31%
B=43.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051141700.380.3300.33231.6927.6653.92
Hex6972AA2621021e81c36
Octal15116225246410413503466
Binary110100111100101010101010011010000101000011110100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6972AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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