#696FAB

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

Shades of Chetwode Blue #696FAB

Tints of Chetwode Blue #696FAB

Color information

#696FAB (or 0x696FAB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and AB. RGB value is (105,111,171). Sum of RGB (Red+Green+Blue) = 105+111+171=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #696FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAB is #969054. Grayscale: #737373. Windows color (decimal): -9867349 or 11235177. OLE color: 11235177.

HSL color Cylindrical-coordinate representation of color #696FAB: hue angle of 234.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #696FAB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105111171-
CMYK0.390.3500.33
HSL234.55º28.21%54.12%-
HSV(B)234.55º38.6%67.06%-
XYZ18.8617.3140.88-
YUV116.05159.01120.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=27.13%
G=28.68%
B=44.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051111710.390.3500.33234.5528.2154.12
Hex696FAB2723021eb1c36
Octal15115725347430413533466
Binary110100111011111010101110011110001101000011110101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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