#697AAA

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

Shades of Chetwode Blue #697AAA

Tints of Chetwode Blue #697AAA

Color information

#697AAA (or 0x697AAA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and AA. RGB value is (105,122,170). Sum of RGB (Red+Green+Blue) = 105+122+170=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #697AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AAA is #968555. Grayscale: #7A7A7A. Windows color (decimal): -9864534 or 11172457. OLE color: 11172457.

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

Color convert

RGB105122170-
CMYK0.380.2800.33
HSL224.31º27.66%53.92%-
HSV(B)224.31º38.24%66.67%-
XYZ20.0419.8240.8-
YUV122.39154.87115.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=26.45%
G=30.73%
B=42.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051221700.380.2800.33224.3127.6653.92
Hex697AAA261C021e01c36
Octal15117225246340413403466
Binary11010011111010101010101001101110001000011110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697AAA; }

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

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

<style>
 a { background-color: #697AAA; }

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

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

<style>
 span { border-color: #697AAA; }

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

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