#697BAB

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

Shades of Chetwode Blue #697BAB

Tints of Chetwode Blue #697BAB

Color information

#697BAB (or 0x697BAB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7B and AB. RGB value is (105,123,171). Sum of RGB (Red+Green+Blue) = 105+123+171=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #697BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BAB is #968454. Grayscale: #7A7A7A. Windows color (decimal): -9864277 or 11238249. OLE color: 11238249.

HSL color Cylindrical-coordinate representation of color #697BAB: hue angle of 223.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #697BAB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105123171-
CMYK0.390.2800.33
HSL223.64º28.21%54.12%-
HSV(B)223.64º38.6%67.06%-
XYZ20.2620.1141.34-
YUV123.09155.04115.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=26.32%
G=30.83%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051231710.390.2800.33223.6428.2154.12
Hex697BAB271C021e01c36
Octal15117325347340413403466
Binary11010011111011101010111001111110001000011110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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