#6970AE

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

Shades of Chetwode Blue #6970AE

Tints of Chetwode Blue #6970AE

Color information

#6970AE (or 0x6970AE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and AE. RGB value is (105,112,174). Sum of RGB (Red+Green+Blue) = 105+112+174=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #6970AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6970AE is #968F51. Grayscale: #747474. Windows color (decimal): -9867090 or 11432041. OLE color: 11432041.

HSL color Cylindrical-coordinate representation of color #6970AE: hue angle of 233.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6970AE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105112174-
CMYK0.400.3600.32
HSL233.91º29.87%54.71%-
HSV(B)233.91º39.66%68.24%-
XYZ19.2617.6542.44-
YUV116.98160.18119.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=26.85%
G=28.64%
B=44.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051121740.400.3600.32233.9129.8754.71
Hex6970AE2824020ea1e37
Octal15116025650440403523667
Binary110100111100001010111010100010010001000001110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6970AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6970AE; }

 p { color: rgb(105,112,174); }

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

<style>
 a { background-color: #6970AE; }

 a { background-color: rgb(105,112,174); }

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

<style>
 span { border-color: #6970AE; }

 span { border-color: rgb(105,112,174); }

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