#697BBB

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

Shades of Chetwode Blue #697BBB

Tints of Chetwode Blue #697BBB

Color information

#697BBB (or 0x697BBB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7B and BB. RGB value is (105,123,187). Sum of RGB (Red+Green+Blue) = 105+123+187=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #697BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BBB is #968444. Grayscale: #7C7C7C. Windows color (decimal): -9864261 or 12286825. OLE color: 12286825.

HSL color Cylindrical-coordinate representation of color #697BBB: hue angle of 226.83º degrees, saturation: 0.38, 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 #697BBB is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105123187-
CMYK0.440.3400.27
HSL226.83º37.61%57.25%-
HSV(B)226.83º43.85%73.33%-
XYZ21.8820.7649.87-
YUV124.91163.04113.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=25.30%
G=29.64%
B=45.06%

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
Decimal1051231870.440.3400.27226.8337.6157.25
Hex697BBB2C2201Be32639
Octal15117327354420333434671
Binary110100111110111011101110110010001001101111100011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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