#696CB1

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

Shades of Chetwode Blue #696CB1

Tints of Chetwode Blue #696CB1

Color information

#696CB1 (or 0x696CB1) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and B1. RGB value is (105,108,177). Sum of RGB (Red+Green+Blue) = 105+108+177=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #696CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696CB1 is #96934E. Grayscale: #727272. Windows color (decimal): -9868111 or 11627625. OLE color: 11627625.

HSL color Cylindrical-coordinate representation of color #696CB1: hue angle of 237.5º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696CB1 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105108177-
CMYK0.410.3900.31
HSL237.5º31.58%55.29%-
HSV(B)237.5º40.68%69.41%-
XYZ19.1216.943.85-
YUV114.97163.01120.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 177 (69.53% from 255) = 45.38%
R=26.92%
G=27.69%
B=45.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051081770.410.3900.31237.531.5855.29
Hex696CB1292701Fee2037
Octal15115426151470373564067
Binary110100111011001011000110100110011101111111101110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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