#696bc0

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

Shades of Chetwode Blue #696BC0

Tints of Chetwode Blue #696BC0

Color information

#696BC0 (or 0x696BC0) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and C0. RGB value is (105,107,192). Sum of RGB (Red+Green+Blue) = 105+107+192=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #696BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BC0 is #96943F. Grayscale: #737373. Windows color (decimal): -9868352 or 12610409. OLE color: 12610409.

HSL color Cylindrical-coordinate representation of color #696BC0: hue angle of 238.62º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #696BC0 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105107192-
CMYK0.450.4400.25
HSL238.62º40.85%58.24%-
HSV(B)238.62º45.31%75.29%-
XYZ20.617.3252.13-
YUV116.09170.84120.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=25.99%
G=26.49%
B=47.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051071920.450.4400.25238.6240.8558.24
Hex696BC02D2C019ef293a
Octal15115330055540313575172
Binary110100111010111100000010110110110001100111101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696bc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,192); }

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

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

 a { background-color: rgb(105,107,192); }

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

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

 span { border-color: rgb(105,107,192); }

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