#696DA1

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

Shades of Chetwode Blue #696DA1

Tints of Chetwode Blue #696DA1

Color information

#696DA1 (or 0x696DA1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and A1. RGB value is (105,109,161). Sum of RGB (Red+Green+Blue) = 105+109+161=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #696DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DA1 is #96925E. Grayscale: #717171. Windows color (decimal): -9867871 or 10579305. OLE color: 10579305.

HSL color Cylindrical-coordinate representation of color #696DA1: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #696DA1 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105109161-
CMYK0.350.3200.37
HSL235.71º22.95%52.16%-
HSV(B)235.71º34.78%63.14%-
XYZ17.7316.5135.97-
YUV113.73154.67121.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 161 (63.28% from 255) = 42.93%
R=28%
G=29.07%
B=42.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051091610.350.3200.37235.7122.9552.16
Hex696DA12320025ec1734
Octal15115524143400453542764
Binary110100111011011010000110001110000001001011110110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,109,161); }

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

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

 a { background-color: rgb(105,109,161); }

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

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

 span { border-color: rgb(105,109,161); }

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