#697CBE

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

Shades of Chetwode Blue #697CBE

Tints of Chetwode Blue #697CBE

Color information

#697CBE (or 0x697CBE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7C and BE. RGB value is (105,124,190). Sum of RGB (Red+Green+Blue) = 105+124+190=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #697CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CBE is #968341. Grayscale: #7D7D7D. Windows color (decimal): -9864002 or 12483689. OLE color: 12483689.

HSL color Cylindrical-coordinate representation of color #697CBE: hue angle of 226.59º 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 #697CBE is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105124190-
CMYK0.450.3500.25
HSL226.59º39.53%57.84%-
HSV(B)226.59º44.74%74.51%-
XYZ22.3321.1451.62-
YUV125.84164.21113.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=25.06%
G=29.59%
B=45.35%

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
Decimal1051241900.450.3500.25226.5939.5357.84
Hex697CBE2D23019e3283a
Octal15117427655430313435072
Binary110100111111001011111010110110001101100111100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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