#697CBA

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

Shades of Chetwode Blue #697CBA

Tints of Chetwode Blue #697CBA

Color information

#697CBA (or 0x697CBA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7C and BA. RGB value is (105,124,186). Sum of RGB (Red+Green+Blue) = 105+124+186=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #697CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CBA is #968345. Grayscale: #7D7D7D. Windows color (decimal): -9864006 or 12221545. OLE color: 12221545.

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

Color convert

RGB105124186-
CMYK0.440.3300.27
HSL225.93º36.99%57.06%-
HSV(B)225.93º43.55%72.94%-
XYZ21.920.9649.35-
YUV125.39162.21113.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=25.30%
G=29.88%
B=44.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051241860.440.3300.27225.9336.9957.06
Hex697CBA2C2101Be22539
Octal15117427254410333424571
Binary110100111111001011101010110010000101101111100010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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