#696CBA

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

Shades of Chetwode Blue #696CBA

Tints of Chetwode Blue #696CBA

Color information

#696CBA (or 0x696CBA) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6C and BA. RGB value is (105,108,186). Sum of RGB (Red+Green+Blue) = 105+108+186=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #696CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CBA is #969345. Grayscale: #737373. Windows color (decimal): -9868102 or 12217449. OLE color: 12217449.

HSL color Cylindrical-coordinate representation of color #696CBA: hue angle of 237.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696CBA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105108186-
CMYK0.440.4200.27
HSL237.78º36.99%57.06%-
HSV(B)237.78º43.55%72.94%-
XYZ20.0517.2748.73-
YUV116167.51120.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=26.32%
G=27.07%
B=46.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051081860.440.4200.27237.7836.9957.06
Hex696CBA2C2A01Bee2539
Octal15115427254520333564571
Binary110100111011001011101010110010101001101111101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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