#696EBC

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

Shades of Chetwode Blue #696EBC

Tints of Chetwode Blue #696EBC

Color information

#696EBC (or 0x696EBC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and BC. RGB value is (105,110,188). Sum of RGB (Red+Green+Blue) = 105+110+188=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #696EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EBC is #969143. Grayscale: #757575. Windows color (decimal): -9867588 or 12349033. OLE color: 12349033.

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

Color convert

RGB105110188-
CMYK0.440.4100.26
HSL236.39º38.25%57.45%-
HSV(B)236.39º44.15%73.73%-
XYZ20.4817.7949.93-
YUV117.4167.84119.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=26.05%
G=27.30%
B=46.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051101880.440.4100.26236.3938.2557.45
Hex696EBC2C2901Aec2639
Octal15115627454510323544671
Binary110100111011101011110010110010100101101011101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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