#696BBD

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

Shades of Chetwode Blue #696BBD

Tints of Chetwode Blue #696BBD

Color information

#696BBD (or 0x696BBD) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and BD. RGB value is (105,107,189). Sum of RGB (Red+Green+Blue) = 105+107+189=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #696BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BBD is #969442. Grayscale: #737373. Windows color (decimal): -9868355 or 12413801. OLE color: 12413801.

HSL color Cylindrical-coordinate representation of color #696BBD: hue angle of 238.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696BBD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105107189-
CMYK0.440.4300.26
HSL238.57º38.89%57.65%-
HSV(B)238.57º44.44%74.12%-
XYZ20.2717.1950.39-
YUV115.75169.34120.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=26.18%
G=26.68%
B=47.13%

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
Decimal1051071890.440.4300.26238.5738.8957.65
Hex696BBD2C2B01Aef273a
Octal15115327554530323574772
Binary110100111010111011110110110010101101101011101111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,189); }

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

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

 a { background-color: rgb(105,107,189); }

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

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

 span { border-color: rgb(105,107,189); }

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