#6973AB

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

Shades of Chetwode Blue #6973AB

Tints of Chetwode Blue #6973AB

Color information

#6973AB (or 0x6973AB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 73 and AB. RGB value is (105,115,171). Sum of RGB (Red+Green+Blue) = 105+115+171=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #6973AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6973AB is #968C54. Grayscale: #767676. Windows color (decimal): -9866325 or 11236201. OLE color: 11236201.

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

Color convert

RGB105115171-
CMYK0.390.3300.33
HSL230.91º28.21%54.12%-
HSV(B)230.91º38.6%67.06%-
XYZ19.3118.241.02-
YUV118.39157.69118.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=26.85%
G=29.41%
B=43.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051151710.390.3300.33230.9128.2154.12
Hex6973AB2721021e71c36
Octal15116325347410413473466
Binary110100111100111010101110011110000101000011110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6973AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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