#6974BF

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

Shades of Chetwode Blue #6974BF

Tints of Chetwode Blue #6974BF

Color information

#6974BF (or 0x6974BF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 74 and BF. RGB value is (105,116,191). Sum of RGB (Red+Green+Blue) = 105+116+191=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #6974BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974BF is #968B40. Grayscale: #787878. Windows color (decimal): -9866049 or 12547177. OLE color: 12547177.

HSL color Cylindrical-coordinate representation of color #6974BF: hue angle of 232.33º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6974BF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105116191-
CMYK0.450.3900.25
HSL232.33º40.19%58.04%-
HSV(B)232.33º45.03%74.9%-
XYZ21.4819.2651.88-
YUV121.26167.36116.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 191 (75% from 255) = 46.36%
R=25.49%
G=28.16%
B=46.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051161910.450.3900.25232.3340.1958.04
Hex6974BF2D27019e8283a
Octal15116427755470313505072
Binary110100111101001011111110110110011101100111101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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