#696ABB

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

Shades of Chetwode Blue #696ABB

Tints of Chetwode Blue #696ABB

Color information

#696ABB (or 0x696ABB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and BB. RGB value is (105,106,187). Sum of RGB (Red+Green+Blue) = 105+106+187=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #696ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ABB is #969544. Grayscale: #727272. Windows color (decimal): -9868613 or 12282473. OLE color: 12282473.

HSL color Cylindrical-coordinate representation of color #696ABB: hue angle of 239.27º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696ABB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105106187-
CMYK0.440.4300.27
HSL239.27º37.61%57.25%-
HSV(B)239.27º43.85%73.33%-
XYZ19.9516.949.22-
YUV114.93168.67120.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=26.38%
G=26.63%
B=46.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051061870.440.4300.27239.2737.6157.25
Hex696ABB2C2B01Bef2639
Octal15115227354530333574671
Binary110100111010101011101110110010101101101111101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,106,187); }

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

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

 a { background-color: rgb(105,106,187); }

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

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

 span { border-color: rgb(105,106,187); }

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