#697DC4

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

Shades of Chetwode Blue #697DC4

Tints of Chetwode Blue #697DC4

Color information

#697DC4 (or 0x697DC4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7D and C4. RGB value is (105,125,196). Sum of RGB (Red+Green+Blue) = 105+125+196=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #697DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DC4 is #96823B. Grayscale: #7E7E7E. Windows color (decimal): -9863740 or 12877161. OLE color: 12877161.

HSL color Cylindrical-coordinate representation of color #697DC4: hue angle of 226.81º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #697DC4 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105125196-
CMYK0.460.3600.23
HSL226.81º43.54%59.02%-
HSV(B)226.81º46.43%76.86%-
XYZ23.1221.6655.19-
YUV127.11166.87112.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 196 (76.95% from 255) = 46.01%
R=24.65%
G=29.34%
B=46.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051251960.460.3600.23226.8143.5459.02
Hex697DC42E24017e32c3b
Octal15117530456440273435473
Binary110100111111011100010010111010010001011111100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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