#696CBB

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

Shades of Chetwode Blue #696CBB

Tints of Chetwode Blue #696CBB

Color information

#696CBB (or 0x696CBB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and BB. RGB value is (105,108,187). Sum of RGB (Red+Green+Blue) = 105+108+187=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #696CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CBB is #969344. Grayscale: #737373. Windows color (decimal): -9868101 or 12282985. OLE color: 12282985.

HSL color Cylindrical-coordinate representation of color #696CBB: hue angle of 237.8º 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 #696CBB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105108187-
CMYK0.440.4200.27
HSL237.8º37.61%57.25%-
HSV(B)237.8º43.85%73.33%-
XYZ20.1617.3249.29-
YUV116.11168.01120.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=26.25%
G=27%
B=46.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051081870.440.4200.27237.837.6157.25
Hex696CBB2C2A01Bee2639
Octal15115427354520333564671
Binary110100111011001011101110110010101001101111101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696CBB; }

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

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

<style>
 a { background-color: #696CBB; }

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

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

<style>
 span { border-color: #696CBB; }

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

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