#697AD5

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

Shades of Chetwode Blue #697AD5

Tints of Chetwode Blue #697AD5

Color information

#697AD5 (or 0x697AD5) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and D5. RGB value is (105,122,213). Sum of RGB (Red+Green+Blue) = 105+122+213=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #697AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AD5 is #96852A. Grayscale: #7E7E7E. Windows color (decimal): -9864491 or 13990505. OLE color: 13990505.

HSL color Cylindrical-coordinate representation of color #697AD5: hue angle of 230.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697AD5 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105122213-
CMYK0.510.4300.16
HSL230.56º56.25%62.35%-
HSV(B)230.56º50.7%83.53%-
XYZ24.821.7365.84-
YUV127.29176.37112.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.86%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=23.86%
G=27.73%
B=48.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051222130.510.4300.16230.5656.2562.35
Hex697AD5332B010e7383e
Octal15117232563530203477076
Binary110100111110101101010111001110101101000011100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,122,213); }

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

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

 a { background-color: rgb(105,122,213); }

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

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

 span { border-color: rgb(105,122,213); }

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