#697ABE

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

Shades of Chetwode Blue #697ABE

Tints of Chetwode Blue #697ABE

Color information

#697ABE (or 0x697ABE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and BE. RGB value is (105,122,190). Sum of RGB (Red+Green+Blue) = 105+122+190=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #697ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ABE is #968541. Grayscale: #7C7C7C. Windows color (decimal): -9864514 or 12483177. OLE color: 12483177.

HSL color Cylindrical-coordinate representation of color #697ABE: hue angle of 228º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #697ABE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105122190-
CMYK0.450.3600.25
HSL228º39.53%57.84%-
HSV(B)228º44.74%74.51%-
XYZ22.0820.6451.54-
YUV124.67164.87113.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=25.18%
G=29.26%
B=45.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051221900.450.3600.2522839.5357.84
Hex697ABE2D24019e4283a
Octal15117227655440313445072
Binary110100111110101011111010110110010001100111100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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