#697DC6

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

Shades of Chetwode Blue #697DC6

Tints of Chetwode Blue #697DC6

Color information

#697DC6 (or 0x697DC6) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7D and C6. RGB value is (105,125,198). Sum of RGB (Red+Green+Blue) = 105+125+198=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #697DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DC6 is #968239. Grayscale: #7F7F7F. Windows color (decimal): -9863738 or 13008233. OLE color: 13008233.

HSL color Cylindrical-coordinate representation of color #697DC6: hue angle of 227.1º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #697DC6 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105125198-
CMYK0.470.3700.22
HSL227.1º44.93%59.41%-
HSV(B)227.1º46.97%77.65%-
XYZ23.3521.7556.39-
YUV127.34167.87112.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=24.53%
G=29.21%
B=46.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051251980.470.3700.22227.144.9359.41
Hex697DC62F25016e32d3b
Octal15117530657450263435573
Binary110100111111011100011010111110010101011011100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,125,198); }

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

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

 a { background-color: rgb(105,125,198); }

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

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

 span { border-color: rgb(105,125,198); }

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