#696EC3

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

Shades of Chetwode Blue #696EC3

Tints of Chetwode Blue #696EC3

Color information

#696EC3 (or 0x696EC3) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6E and C3. RGB value is (105,110,195). Sum of RGB (Red+Green+Blue) = 105+110+195=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #696EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EC3 is #96913C. Grayscale: #757575. Windows color (decimal): -9867581 or 12807785. OLE color: 12807785.

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

Color convert

RGB105110195-
CMYK0.460.4400.24
HSL236.67º42.86%58.82%-
HSV(B)236.67º46.15%76.47%-
XYZ21.2518.154-
YUV118.2171.34118.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 195 (76.56% from 255) = 47.56%
R=25.61%
G=26.83%
B=47.56%

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
Decimal1051101950.460.4400.24236.6742.8658.82
Hex696EC32E2C018ed2b3b
Octal15115630356540303555373
Binary110100111011101100001110111010110001100011101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,110,195); }

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

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

 a { background-color: rgb(105,110,195); }

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

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

 span { border-color: rgb(105,110,195); }

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