#696BAE

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

Shades of Chetwode Blue #696BAE

Tints of Chetwode Blue #696BAE

Color information

#696BAE (or 0x696BAE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and AE. RGB value is (105,107,174). Sum of RGB (Red+Green+Blue) = 105+107+174=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #696BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAE is #969451. Grayscale: #717171. Windows color (decimal): -9868370 or 11430761. OLE color: 11430761.

HSL color Cylindrical-coordinate representation of color #696BAE: hue angle of 238.26º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696BAE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105107174-
CMYK0.400.3900.32
HSL238.26º29.87%54.71%-
HSV(B)238.26º39.66%68.24%-
XYZ18.7216.5742.26-
YUV114.04161.84121.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=27.20%
G=27.72%
B=45.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051071740.400.3900.32238.2629.8754.71
Hex696BAE2827020ee1e37
Octal15115325650470403563667
Binary110100111010111010111010100010011101000001110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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