#697BC9

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

Shades of Chetwode Blue #697BC9

Tints of Chetwode Blue #697BC9

Color information

#697BC9 (or 0x697BC9) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7B and C9. RGB value is (105,123,201). Sum of RGB (Red+Green+Blue) = 105+123+201=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #697BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BC9 is #968436. Grayscale: #7E7E7E. Windows color (decimal): -9864247 or 13204329. OLE color: 13204329.

HSL color Cylindrical-coordinate representation of color #697BC9: hue angle of 228.75º 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 #697BC9 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105123201-
CMYK0.480.3900.21
HSL228.75º47.06%60%-
HSV(B)228.75º47.76%78.82%-
XYZ23.4521.3958.15-
YUV126.51170.04112.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.48%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 201 (78.91% from 255) = 46.85%
R=24.48%
G=28.67%
B=46.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051232010.480.3900.21228.7547.0660
Hex697BC93027015e52f3c
Octal15117331160470253455774
Binary110100111110111100100111000010011101010111100101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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