#696DBE

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

Shades of Chetwode Blue #696DBE

Tints of Chetwode Blue #696DBE

Color information

#696DBE (or 0x696DBE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and BE. RGB value is (105,109,190). Sum of RGB (Red+Green+Blue) = 105+109+190=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #696DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DBE is #969241. Grayscale: #747474. Windows color (decimal): -9867842 or 12479849. OLE color: 12479849.

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

Color convert

RGB105109190-
CMYK0.450.4300.25
HSL237.18º39.53%57.84%-
HSV(B)237.18º44.74%74.51%-
XYZ20.5917.6651.04-
YUV117.04169.17119.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=25.99%
G=26.98%
B=47.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051091900.450.4300.25237.1839.5357.84
Hex696DBE2D2B019ed283a
Octal15115527655530313555072
Binary110100111011011011111010110110101101100111101101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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