#696DB1

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

Shades of Chetwode Blue #696DB1

Tints of Chetwode Blue #696DB1

Color information

#696DB1 (or 0x696DB1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and B1. RGB value is (105,109,177). Sum of RGB (Red+Green+Blue) = 105+109+177=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #696DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696DB1 is #96924E. Grayscale: #737373. Windows color (decimal): -9867855 or 11627881. OLE color: 11627881.

HSL color Cylindrical-coordinate representation of color #696DB1: hue angle of 236.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696DB1 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105109177-
CMYK0.410.3800.31
HSL236.67º31.58%55.29%-
HSV(B)236.67º40.68%69.41%-
XYZ19.2317.1143.88-
YUV115.56162.67120.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=26.85%
G=27.88%
B=45.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051091770.410.3800.31236.6731.5855.29
Hex696DB1292601Fed2037
Octal15115526151460373554067
Binary110100111011011011000110100110011001111111101101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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