#6973BA

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

Shades of Chetwode Blue #6973BA

Tints of Chetwode Blue #6973BA

Color information

#6973BA (or 0x6973BA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 73 and BA. RGB value is (105,115,186). Sum of RGB (Red+Green+Blue) = 105+115+186=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #6973BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973BA is #968C45. Grayscale: #777777. Windows color (decimal): -9866310 or 12219241. OLE color: 12219241.

HSL color Cylindrical-coordinate representation of color #6973BA: hue angle of 232.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6973BA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105115186-
CMYK0.440.3800.27
HSL232.59º36.99%57.06%-
HSV(B)232.59º43.55%72.94%-
XYZ20.8218.8148.99-
YUV120.1165.19117.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=25.86%
G=28.33%
B=45.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051151860.440.3800.27232.5936.9957.06
Hex6973BA2C2601Be92539
Octal15116327254460333514571
Binary110100111100111011101010110010011001101111101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6973BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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