#696CB4

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

Shades of Chetwode Blue #696CB4

Tints of Chetwode Blue #696CB4

Color information

#696CB4 (or 0x696CB4) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and B4. RGB value is (105,108,180). Sum of RGB (Red+Green+Blue) = 105+108+180=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #696CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CB4 is #96934B. Grayscale: #737373. Windows color (decimal): -9868108 or 11824233. OLE color: 11824233.

HSL color Cylindrical-coordinate representation of color #696CB4: hue angle of 237.6º degrees, saturation: 0.33, 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 #696CB4 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105108180-
CMYK0.420.4000.29
HSL237.6º33.33%55.88%-
HSV(B)237.6º41.67%70.59%-
XYZ19.4317.0245.44-
YUV115.31164.51120.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=26.72%
G=27.48%
B=45.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051081800.420.4000.29237.633.3355.88
Hex696CB42A2801Dee2138
Octal15115426452500353564170
Binary110100111011001011010010101010100001110111101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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