#697EB8

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

Shades of Chetwode Blue #697EB8

Tints of Chetwode Blue #697EB8

Color information

#697EB8 (or 0x697EB8) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7E and B8. RGB value is (105,126,184). Sum of RGB (Red+Green+Blue) = 105+126+184=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #697EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EB8 is #968147. Grayscale: #7E7E7E. Windows color (decimal): -9863496 or 12090985. OLE color: 12090985.

HSL color Cylindrical-coordinate representation of color #697EB8: hue angle of 224.05º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697EB8 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB105126184-
CMYK0.430.3200.28
HSL224.05º35.75%56.67%-
HSV(B)224.05º42.93%72.16%-
XYZ21.9421.3948.32-
YUV126.33160.54112.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 184 (72.27% from 255) = 44.34%
R=25.30%
G=30.36%
B=44.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051261840.430.3200.28224.0535.7556.67
Hex697EB82B2001Ce02439
Octal15117627053400343404471
Binary110100111111101011100010101110000001110011100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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