#6977AB

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

Shades of Chetwode Blue #6977AB

Tints of Chetwode Blue #6977AB

Color information

#6977AB (or 0x6977AB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 77 and AB. RGB value is (105,119,171). Sum of RGB (Red+Green+Blue) = 105+119+171=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #6977AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6977AB is #968854. Grayscale: #787878. Windows color (decimal): -9865301 or 11237225. OLE color: 11237225.

HSL color Cylindrical-coordinate representation of color #6977AB: hue angle of 227.27º 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 #6977AB is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105119171-
CMYK0.390.3000.33
HSL227.27º28.21%54.12%-
HSV(B)227.27º38.6%67.06%-
XYZ19.7719.1441.18-
YUV120.74156.36116.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=26.58%
G=30.13%
B=43.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051191710.390.3000.33227.2728.2154.12
Hex6977AB271E021e31c36
Octal15116725347360413433466
Binary11010011110111101010111001111111001000011110001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6977AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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