#696EBE

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

Shades of Chetwode Blue #696EBE

Tints of Chetwode Blue #696EBE

Color information

#696EBE (or 0x696EBE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and BE. RGB value is (105,110,190). Sum of RGB (Red+Green+Blue) = 105+110+190=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #696EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EBE is #969141. Grayscale: #757575. Windows color (decimal): -9867586 or 12480105. OLE color: 12480105.

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

Color convert

RGB105110190-
CMYK0.450.4200.25
HSL236.47º39.53%57.84%-
HSV(B)236.47º44.74%74.51%-
XYZ20.717.8751.07-
YUV117.62168.84119-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=25.93%
G=27.16%
B=46.91%

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
Decimal1051101900.450.4200.25236.4739.5357.84
Hex696EBE2D2A019ec283a
Octal15115627655520313545072
Binary110100111011101011111010110110101001100111101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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