#697EB5

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

Shades of Chetwode Blue #697EB5

Tints of Chetwode Blue #697EB5

Color information

#697EB5 (or 0x697EB5) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7E and B5. RGB value is (105,126,181). Sum of RGB (Red+Green+Blue) = 105+126+181=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #697EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EB5 is #96814A. Grayscale: #7D7D7D. Windows color (decimal): -9863499 or 11894377. OLE color: 11894377.

HSL color Cylindrical-coordinate representation of color #697EB5: hue angle of 223.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697EB5 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105126181-
CMYK0.420.3000.29
HSL223.42º33.93%56.08%-
HSV(B)223.42º41.99%70.98%-
XYZ21.6321.2646.68-
YUV125.99159.04113.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 181 (71.09% from 255) = 43.93%
R=25.49%
G=30.58%
B=43.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051261810.420.3000.29223.4233.9356.08
Hex697EB52A1E01Ddf2238
Octal15117626552360353374270
Binary11010011111110101101011010101111001110111011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,126,181); }

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

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

 a { background-color: rgb(105,126,181); }

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

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

 span { border-color: rgb(105,126,181); }

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