#696FAE

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

Shades of Chetwode Blue #696FAE

Tints of Chetwode Blue #696FAE

Color information

#696FAE (or 0x696FAE) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and AE. RGB value is (105,111,174). Sum of RGB (Red+Green+Blue) = 105+111+174=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #696FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAE is #969051. Grayscale: #747474. Windows color (decimal): -9867346 or 11431785. OLE color: 11431785.

HSL color Cylindrical-coordinate representation of color #696FAE: hue angle of 234.78º 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 #696FAE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105111174-
CMYK0.400.3600.32
HSL234.78º29.87%54.71%-
HSV(B)234.78º39.66%68.24%-
XYZ19.1517.4342.4-
YUV116.39160.51119.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=26.92%
G=28.46%
B=44.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051111740.400.3600.32234.7829.8754.71
Hex696FAE2824020eb1e37
Octal15115725650440403533667
Binary110100111011111010111010100010010001000001110101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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