#697AB9

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

Shades of Chetwode Blue #697AB9

Tints of Chetwode Blue #697AB9

Color information

#697AB9 (or 0x697AB9) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and B9. RGB value is (105,122,185). Sum of RGB (Red+Green+Blue) = 105+122+185=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #697AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AB9 is #968546. Grayscale: #7B7B7B. Windows color (decimal): -9864519 or 12155497. OLE color: 12155497.

HSL color Cylindrical-coordinate representation of color #697AB9: hue angle of 227.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697AB9 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105122185-
CMYK0.430.3400.27
HSL227.25º36.36%56.86%-
HSV(B)227.25º43.24%72.55%-
XYZ21.5420.4348.71-
YUV124.1162.37114.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=25.49%
G=29.61%
B=44.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051221850.430.3400.27227.2536.3656.86
Hex697AB92B2201Be32439
Octal15117227153420333434471
Binary110100111110101011100110101110001001101111100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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