#696BB5

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

Shades of Chetwode Blue #696BB5

Tints of Chetwode Blue #696BB5

Color information

#696BB5 (or 0x696BB5) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and B5. RGB value is (105,107,181). Sum of RGB (Red+Green+Blue) = 105+107+181=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #696BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BB5 is #96944A. Grayscale: #727272. Windows color (decimal): -9868363 or 11889513. OLE color: 11889513.

HSL color Cylindrical-coordinate representation of color #696BB5: hue angle of 238.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696BB5 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105107181-
CMYK0.420.4100.29
HSL238.42º33.93%56.08%-
HSV(B)238.42º41.99%70.98%-
XYZ19.4216.8545.95-
YUV114.84165.34120.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 181 (71.09% from 255) = 46.06%
R=26.72%
G=27.23%
B=46.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051071810.420.4100.29238.4233.9356.08
Hex696BB52A2901Dee2238
Octal15115326552510353564270
Binary110100111010111011010110101010100101110111101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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