#6974AA

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

Shades of Chetwode Blue #6974AA

Tints of Chetwode Blue #6974AA

Color information

#6974AA (or 0x6974AA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 74 and AA. RGB value is (105,116,170). Sum of RGB (Red+Green+Blue) = 105+116+170=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #6974AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6974AA is #968B55. Grayscale: #767676. Windows color (decimal): -9866070 or 11170921. OLE color: 11170921.

HSL color Cylindrical-coordinate representation of color #6974AA: hue angle of 229.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6974AA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105116170-
CMYK0.380.3200.33
HSL229.85º27.66%53.92%-
HSV(B)229.85º38.24%66.67%-
XYZ19.3318.440.56-
YUV118.87156.86118.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=26.85%
G=29.67%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051161700.380.3200.33229.8527.6653.92
Hex6974AA2620021e61c36
Octal15116425246400413463466
Binary110100111101001010101010011010000001000011110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6974AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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