#6979AB

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

Shades of Chetwode Blue #6979AB

Tints of Chetwode Blue #6979AB

Color information

#6979AB (or 0x6979AB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 79 and AB. RGB value is (105,121,171). Sum of RGB (Red+Green+Blue) = 105+121+171=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #6979AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6979AB is #968654. Grayscale: #797979. Windows color (decimal): -9864789 or 11237737. OLE color: 11237737.

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

Color convert

RGB105121171-
CMYK0.390.2900.33
HSL225.45º28.21%54.12%-
HSV(B)225.45º38.6%67.06%-
XYZ20.0119.6241.26-
YUV121.92155.7115.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=26.45%
G=30.48%
B=43.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051211710.390.2900.33225.4528.2154.12
Hex6979AB271D021e11c36
Octal15117125347350413413466
Binary11010011111001101010111001111110101000011110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6979AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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