#697DBF

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

Shades of Chetwode Blue #697DBF

Tints of Chetwode Blue #697DBF

Color information

#697DBF (or 0x697DBF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7D and BF. RGB value is (105,125,191). Sum of RGB (Red+Green+Blue) = 105+125+191=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #697DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DBF is #968240. Grayscale: #7E7E7E. Windows color (decimal): -9863745 or 12549481. OLE color: 12549481.

HSL color Cylindrical-coordinate representation of color #697DBF: hue angle of 226.05º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #697DBF is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105125191-
CMYK0.450.3500.25
HSL226.05º40.19%58.04%-
HSV(B)226.05º45.03%74.9%-
XYZ22.5621.4352.24-
YUV126.54164.37112.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 191 (75% from 255) = 45.37%
R=24.94%
G=29.69%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051251910.450.3500.25226.0540.1958.04
Hex697DBF2D23019e2283a
Octal15117527755430313425072
Binary110100111111011011111110110110001101100111100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,125,191); }

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

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

 a { background-color: rgb(105,125,191); }

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

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

 span { border-color: rgb(105,125,191); }

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