#696ABF

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

Shades of Chetwode Blue #696ABF

Tints of Chetwode Blue #696ABF

Color information

#696ABF (or 0x696ABF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and BF. RGB value is (105,106,191). Sum of RGB (Red+Green+Blue) = 105+106+191=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #696ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ABF is #969540. Grayscale: #737373. Windows color (decimal): -9868609 or 12544617. OLE color: 12544617.

HSL color Cylindrical-coordinate representation of color #696ABF: hue angle of 239.3º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #696ABF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105106191-
CMYK0.450.4500.25
HSL239.3º40.19%58.04%-
HSV(B)239.3º45.03%74.9%-
XYZ20.3817.0751.51-
YUV115.39170.67120.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 191 (75% from 255) = 47.51%
R=26.12%
G=26.37%
B=47.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051061910.450.4500.25239.340.1958.04
Hex696ABF2D2D019ef283a
Octal15115227755550313575072
Binary110100111010101011111110110110110101100111101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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