#696FAF

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

Shades of Chetwode Blue #696FAF

Tints of Chetwode Blue #696FAF

Color information

#696FAF (or 0x696FAF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and AF. RGB value is (105,111,175). Sum of RGB (Red+Green+Blue) = 105+111+175=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #696FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAF is #969050. Grayscale: #747474. Windows color (decimal): -9867345 or 11497321. OLE color: 11497321.

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

Color convert

RGB105111175-
CMYK0.400.3700.31
HSL234.86º30.43%54.9%-
HSV(B)234.86º40%68.63%-
XYZ19.2517.4742.91-
YUV116.5161.01119.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=26.85%
G=28.39%
B=44.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051111750.400.3700.31234.8630.4354.9
Hex696FAF282501Feb1e37
Octal15115725750450373533667
Binary11010011101111101011111010001001010111111110101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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