#697ABC

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

Shades of Chetwode Blue #697ABC

Tints of Chetwode Blue #697ABC

Color information

#697ABC (or 0x697ABC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 7A and BC. RGB value is (105,122,188). Sum of RGB (Red+Green+Blue) = 105+122+188=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #697ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ABC is #968543. Grayscale: #7C7C7C. Windows color (decimal): -9864516 or 12352105. OLE color: 12352105.

HSL color Cylindrical-coordinate representation of color #697ABC: hue angle of 227.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697ABC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105122188-
CMYK0.440.3500.26
HSL227.71º38.25%57.45%-
HSV(B)227.71º44.15%73.73%-
XYZ21.8620.5550.39-
YUV124.44163.87114.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=25.30%
G=29.40%
B=45.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051221880.440.3500.26227.7138.2557.45
Hex697ABC2C2301Ae42639
Octal15117227454430323444671
Binary110100111110101011110010110010001101101011100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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