#697ABA

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

Shades of Chetwode Blue #697ABA

Tints of Chetwode Blue #697ABA

Color information

#697ABA (or 0x697ABA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and BA. RGB value is (105,122,186). Sum of RGB (Red+Green+Blue) = 105+122+186=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #697ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ABA is #968545. Grayscale: #7B7B7B. Windows color (decimal): -9864518 or 12221033. OLE color: 12221033.

HSL color Cylindrical-coordinate representation of color #697ABA: hue angle of 227.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697ABA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105122186-
CMYK0.440.3400.27
HSL227.41º36.99%57.06%-
HSV(B)227.41º43.55%72.94%-
XYZ21.6520.4749.26-
YUV124.21162.87114.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=25.42%
G=29.54%
B=45.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051221860.440.3400.27227.4136.9957.06
Hex697ABA2C2201Be32539
Octal15117227254420333434571
Binary110100111110101011101010110010001001101111100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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