#6979AA

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

Shades of Chetwode Blue #6979AA

Tints of Chetwode Blue #6979AA

Color information

#6979AA (or 0x6979AA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 79 and AA. RGB value is (105,121,170). Sum of RGB (Red+Green+Blue) = 105+121+170=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #6979AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6979AA is #968655. Grayscale: #797979. Windows color (decimal): -9864790 or 11172201. OLE color: 11172201.

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

Color convert

RGB105121170-
CMYK0.380.2900.33
HSL225.23º27.66%53.92%-
HSV(B)225.23º38.24%66.67%-
XYZ19.9219.5840.76-
YUV121.8155.2116.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=26.52%
G=30.56%
B=42.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051211700.380.2900.33225.2327.6653.92
Hex6979AA261D021e11c36
Octal15117125246350413413466
Binary11010011111001101010101001101110101000011110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6979AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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