#696CC5

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

Shades of Chetwode Blue #696CC5

Tints of Chetwode Blue #696CC5

Color information

#696CC5 (or 0x696CC5) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and C5. RGB value is (105,108,197). Sum of RGB (Red+Green+Blue) = 105+108+197=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #696CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CC5 is #96933A. Grayscale: #747474. Windows color (decimal): -9868091 or 12938345. OLE color: 12938345.

HSL color Cylindrical-coordinate representation of color #696CC5: hue angle of 238.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696CC5 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105108197-
CMYK0.470.4500.23
HSL238.04º44.23%59.22%-
HSV(B)238.04º46.7%77.25%-
XYZ21.2717.7655.13-
YUV117.25173.01119.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 197 (77.34% from 255) = 48.05%
R=25.61%
G=26.34%
B=48.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051081970.470.4500.23238.0444.2359.22
Hex696CC52F2D017ee2c3b
Octal15115430557550273565473
Binary110100111011001100010110111110110101011111101110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,197); }

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

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

 a { background-color: rgb(105,108,197); }

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

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

 span { border-color: rgb(105,108,197); }

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