#6976AC

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

Shades of Chetwode Blue #6976AC

Tints of Chetwode Blue #6976AC

Color information

#6976AC (or 0x6976AC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 76 and AC. RGB value is (105,118,172). Sum of RGB (Red+Green+Blue) = 105+118+172=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #6976AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6976AC is #968953. Grayscale: #787878. Windows color (decimal): -9865556 or 11302505. OLE color: 11302505.

HSL color Cylindrical-coordinate representation of color #6976AC: hue angle of 228.36º degrees, saturation: 0.29, 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 #6976AC is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105118172-
CMYK0.390.3100.33
HSL228.36º28.76%54.31%-
HSV(B)228.36º38.95%67.45%-
XYZ19.7518.9441.64-
YUV120.27157.19117.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=26.58%
G=29.87%
B=43.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051181720.390.3100.33228.3628.7654.31
Hex6976AC271F021e41d36
Octal15116625447370413443566
Binary11010011110110101011001001111111101000011110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6976AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6976AC; }

 p { color: rgb(105,118,172); }

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

<style>
 a { background-color: #6976AC; }

 a { background-color: rgb(105,118,172); }

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

<style>
 span { border-color: #6976AC; }

 span { border-color: rgb(105,118,172); }

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