#696DC1

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

Shades of Chetwode Blue #696DC1

Tints of Chetwode Blue #696DC1

Color information

#696DC1 (or 0x696DC1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and C1. RGB value is (105,109,193). Sum of RGB (Red+Green+Blue) = 105+109+193=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #696DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DC1 is #96923E. Grayscale: #757575. Windows color (decimal): -9867839 or 12676457. OLE color: 12676457.

HSL color Cylindrical-coordinate representation of color #696DC1: hue angle of 237.27º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696DC1 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105109193-
CMYK0.460.4400.24
HSL237.27º41.51%58.43%-
HSV(B)237.27º45.6%75.69%-
XYZ20.9217.7952.78-
YUV117.38170.67119.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=25.80%
G=26.78%
B=47.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051091930.460.4400.24237.2741.5158.43
Hex696DC12E2C018ed2a3a
Octal15115530156540303555272
Binary110100111011011100000110111010110001100011101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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