#697EB4

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

Shades of Chetwode Blue #697EB4

Tints of Chetwode Blue #697EB4

Color information

#697EB4 (or 0x697EB4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7E and B4. RGB value is (105,126,180). Sum of RGB (Red+Green+Blue) = 105+126+180=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #697EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EB4 is #96814B. Grayscale: #7D7D7D. Windows color (decimal): -9863500 or 11828841. OLE color: 11828841.

HSL color Cylindrical-coordinate representation of color #697EB4: hue angle of 223.2º degrees, saturation: 0.33, 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 #697EB4 is Cyan = 0.42, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105126180-
CMYK0.420.300.29
HSL223.2º33.33%55.88%-
HSV(B)223.2º41.67%70.59%-
XYZ21.5221.2246.14-
YUV125.88158.54113.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.55%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=25.55%
G=30.66%
B=43.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051261800.420.300.29223.233.3355.88
Hex697EB42A1E01Ddf2138
Octal15117626452360353374170
Binary11010011111110101101001010101111001110111011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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