#697CAF

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

Shades of Chetwode Blue #697CAF

Tints of Chetwode Blue #697CAF

Color information

#697CAF (or 0x697CAF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7C and AF. RGB value is (105,124,175). Sum of RGB (Red+Green+Blue) = 105+124+175=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #697CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697CAF is #968350. Grayscale: #7B7B7B. Windows color (decimal): -9864017 or 11500649. OLE color: 11500649.

HSL color Cylindrical-coordinate representation of color #697CAF: hue angle of 223.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697CAF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105124175-
CMYK0.400.2900.31
HSL223.71º30.43%54.9%-
HSV(B)223.71º40%68.63%-
XYZ20.7720.5143.42-
YUV124.13156.71114.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=25.99%
G=30.69%
B=43.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051241750.400.2900.31223.7130.4354.9
Hex697CAF281D01Fe01e37
Octal15117425750350373403667
Binary1101001111110010101111101000111010111111110000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,124,175); }

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

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

 a { background-color: rgb(105,124,175); }

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

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

 span { border-color: rgb(105,124,175); }

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