#697BAE

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

Shades of Chetwode Blue #697BAE

Tints of Chetwode Blue #697BAE

Color information

#697BAE (or 0x697BAE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7B and AE. RGB value is (105,123,174). Sum of RGB (Red+Green+Blue) = 105+123+174=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #697BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BAE is #968451. Grayscale: #7B7B7B. Windows color (decimal): -9864274 or 11434857. OLE color: 11434857.

HSL color Cylindrical-coordinate representation of color #697BAE: hue angle of 224.35º 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 #697BAE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105123174-
CMYK0.400.2900.32
HSL224.35º29.87%54.71%-
HSV(B)224.35º39.66%68.24%-
XYZ20.5520.2342.87-
YUV123.43156.54114.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=26.12%
G=30.60%
B=43.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051231740.400.2900.32224.3529.8754.71
Hex697BAE281D020e01e37
Octal15117325650350403403667
Binary11010011111011101011101010001110101000001110000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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