#696DC7

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

Shades of Chetwode Blue #696DC7

Tints of Chetwode Blue #696DC7

Color information

#696DC7 (or 0x696DC7) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6D and C7. RGB value is (105,109,199). Sum of RGB (Red+Green+Blue) = 105+109+199=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #696DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DC7 is #969238. Grayscale: #757575. Windows color (decimal): -9867833 or 13069673. OLE color: 13069673.

HSL color Cylindrical-coordinate representation of color #696DC7: hue angle of 237.45º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696DC7 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105109199-
CMYK0.470.4500.22
HSL237.45º45.63%59.61%-
HSV(B)237.45º47.24%78.04%-
XYZ21.618.0656.38-
YUV118.06173.67118.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 199 (78.12% from 255) = 48.18%
R=25.42%
G=26.39%
B=48.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051091990.470.4500.22237.4545.6359.61
Hex696DC72F2D016ed2e3c
Octal15115530757550263555674
Binary110100111011011100011110111110110101011011101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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