#696CAB

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

Shades of Chetwode Blue #696CAB

Tints of Chetwode Blue #696CAB

Color information

#696CAB (or 0x696CAB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and AB. RGB value is (105,108,171). Sum of RGB (Red+Green+Blue) = 105+108+171=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #696CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696CAB is #969354. Grayscale: #727272. Windows color (decimal): -9868117 or 11234409. OLE color: 11234409.

HSL color Cylindrical-coordinate representation of color #696CAB: hue angle of 237.27º 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 #696CAB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105108171-
CMYK0.390.3700.33
HSL237.27º28.21%54.12%-
HSV(B)237.27º38.6%67.06%-
XYZ18.5416.6740.77-
YUV114.28160.01121.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=27.34%
G=28.12%
B=44.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051081710.390.3700.33237.2728.2154.12
Hex696CAB2725021ed1c36
Octal15115425347450413553466
Binary110100111011001010101110011110010101000011110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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