#697CC9

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

Shades of Chetwode Blue #697CC9

Tints of Chetwode Blue #697CC9

Color information

#697CC9 (or 0x697CC9) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7C and C9. RGB value is (105,124,201). Sum of RGB (Red+Green+Blue) = 105+124+201=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #697CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CC9 is #968336. Grayscale: #7E7E7E. Windows color (decimal): -9863991 or 13204585. OLE color: 13204585.

HSL color Cylindrical-coordinate representation of color #697CC9: hue angle of 228.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #697CC9 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105124201-
CMYK0.480.3800.21
HSL228.12º47.06%60%-
HSV(B)228.12º47.76%78.82%-
XYZ23.5821.6458.19-
YUV127.1169.71112.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=24.42%
G=28.84%
B=46.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051242010.480.3800.21228.1247.0660
Hex697CC93026015e42f3c
Octal15117431160460253445774
Binary110100111111001100100111000010011001010111100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,124,201); }

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

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

 a { background-color: rgb(105,124,201); }

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

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

 span { border-color: rgb(105,124,201); }

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