#696CBC

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

Shades of Chetwode Blue #696CBC

Tints of Chetwode Blue #696CBC

Color information

#696CBC (or 0x696CBC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and BC. RGB value is (105,108,188). Sum of RGB (Red+Green+Blue) = 105+108+188=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #696CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CBC is #969343. Grayscale: #737373. Windows color (decimal): -9868100 or 12348521. OLE color: 12348521.

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

Color convert

RGB105108188-
CMYK0.440.4300.26
HSL237.83º38.25%57.45%-
HSV(B)237.83º44.15%73.73%-
XYZ20.2717.3649.86-
YUV116.22168.51120-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=26.18%
G=26.93%
B=46.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051081880.440.4300.26237.8338.2557.45
Hex696CBC2C2B01Aee2639
Octal15115427454530323564671
Binary110100111011001011110010110010101101101011101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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