#696FAA

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

Shades of Chetwode Blue #696FAA

Tints of Chetwode Blue #696FAA

Color information

#696FAA (or 0x696FAA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6F and AA. RGB value is (105,111,170). Sum of RGB (Red+Green+Blue) = 105+111+170=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #696FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAA is #969055. Grayscale: #737373. Windows color (decimal): -9867350 or 11169641. OLE color: 11169641.

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

Color convert

RGB105111170-
CMYK0.380.3500.33
HSL234.46º27.66%53.92%-
HSV(B)234.46º38.24%66.67%-
XYZ18.7717.2740.38-
YUV115.93158.51120.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=27.20%
G=28.76%
B=44.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051111700.380.3500.33234.4627.6653.92
Hex696FAA2623021ea1c36
Octal15115725246430413523466
Binary110100111011111010101010011010001101000011110101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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