#697AC9

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

Shades of Chetwode Blue #697AC9

Tints of Chetwode Blue #697AC9

Color information

#697AC9 (or 0x697AC9) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and C9. RGB value is (105,122,201). Sum of RGB (Red+Green+Blue) = 105+122+201=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #697AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AC9 is #968536. Grayscale: #7D7D7D. Windows color (decimal): -9864503 or 13204073. OLE color: 13204073.

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

Color convert

RGB105122201-
CMYK0.480.3900.21
HSL229.38º47.06%60%-
HSV(B)229.38º47.76%78.82%-
XYZ23.3321.1458.11-
YUV125.92170.37113.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=24.53%
G=28.50%
B=46.96%

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
Decimal1051222010.480.3900.21229.3847.0660
Hex697AC93027015e52f3c
Octal15117231160470253455774
Binary110100111110101100100111000010011101010111100101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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