#696FBE

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

Shades of Chetwode Blue #696FBE

Tints of Chetwode Blue #696FBE

Color information

#696FBE (or 0x696FBE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and BE. RGB value is (105,111,190). Sum of RGB (Red+Green+Blue) = 105+111+190=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #696FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FBE is #969041. Grayscale: #757575. Windows color (decimal): -9867330 or 12480361. OLE color: 12480361.

HSL color Cylindrical-coordinate representation of color #696FBE: hue angle of 235.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #696FBE is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105111190-
CMYK0.450.4200.25
HSL235.76º39.53%57.84%-
HSV(B)235.76º44.74%74.51%-
XYZ20.818.0951.11-
YUV118.21168.51118.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=25.86%
G=27.34%
B=46.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051111900.450.4200.25235.7639.5357.84
Hex696FBE2D2A019ec283a
Octal15115727655520313545072
Binary110100111011111011111010110110101001100111101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,111,190); }

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

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

 a { background-color: rgb(105,111,190); }

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

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

 span { border-color: rgb(105,111,190); }

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