#6970AA

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

Shades of Chetwode Blue #6970AA

Tints of Chetwode Blue #6970AA

Color information

#6970AA (or 0x6970AA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and AA. RGB value is (105,112,170). Sum of RGB (Red+Green+Blue) = 105+112+170=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6970AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6970AA is #968F55. Grayscale: #747474. Windows color (decimal): -9867094 or 11169897. OLE color: 11169897.

HSL color Cylindrical-coordinate representation of color #6970AA: hue angle of 233.54º 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 #6970AA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105112170-
CMYK0.380.3400.33
HSL233.54º27.66%53.92%-
HSV(B)233.54º38.24%66.67%-
XYZ18.8817.4940.41-
YUV116.52158.18119.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=27.13%
G=28.94%
B=43.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051121700.380.3400.33233.5427.6653.92
Hex6970AA2622021ea1c36
Octal15116025246420413523466
Binary110100111100001010101010011010001001000011110101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6970AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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