#6974BA

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

Shades of Chetwode Blue #6974BA

Tints of Chetwode Blue #6974BA

Color information

#6974BA (or 0x6974BA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 74 and BA. RGB value is (105,116,186). Sum of RGB (Red+Green+Blue) = 105+116+186=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #6974BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974BA is #968B45. Grayscale: #787878. Windows color (decimal): -9866054 or 12219497. OLE color: 12219497.

HSL color Cylindrical-coordinate representation of color #6974BA: hue angle of 231.85º 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 #6974BA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105116186-
CMYK0.440.3800.27
HSL231.85º36.99%57.06%-
HSV(B)231.85º43.55%72.94%-
XYZ20.9319.0449.03-
YUV120.69164.86116.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=25.80%
G=28.50%
B=45.70%

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
Decimal1051161860.440.3800.27231.8536.9957.06
Hex6974BA2C2601Be82539
Octal15116427254460333504571
Binary110100111101001011101010110010011001101111101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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